COLOR #8253AF

HEX: #8253AF RGB: (130,83,175)

Color info

#8253AF contains mainly red and blue colors. Web safe color of #8253AF is #996699 (or #969).

RGB color model

#8253AF color RGB value is (130,83,175).

RGB: (130,83,175) (51%, 33%, 69%)

RGB channels and saturation

R 130 of 255 = 51%
G 83 of 255 = 33%
B 175 of 255 = 69%

130
83
175

R + G + B ~ 51%. #8253AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 83 + 175 = 388 (100%)
R 130 of 388 ~ 33.51%
G 83 of 388 ~ 21.39%
B 175 of 388 ~ 45.1'%

%33.51
%21.39
%45.1

CMYK color model

#8253AF color CMYK value is (26,53,0,31).

  • cyan value is 25.71%
  • magenta value is 52.57%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (26,53,0,31)
C26M53Y0K31 (26%, 53%, 0%, 31%)
(0.26 / 0.53 / 0.00 / 0.31)

CMYK percentages

%25.71
%52.57
%0
%31.37

Codes

Color #8253AF in popluar color models

82 53 AF
RGB 130 83 175
HSL 271° 36.51% 50.59%
HSB/HSV 271° 52.57% 68.63%
CMYK 25.71% 52.57% 0.00%
31.37%

Color #8253AF in popluar number systems.

HEX 82 53 AF
Decimal 130 83 175
Binary 10000010 1010011 10101111
Octal 202 123 257

Shades and tints

Shades of #8253AF

#8253AF
(130,83,175)
#774CA0
(119,76,160)
#6C4591
(108,69,145)
#613E82
(97,62,130)
#563773
(86,55,115)
#4B3064
(75,48,100)
#402955
(64,41,85)
#352246
(53,34,70)
#2A1B37
(42,27,55)
#1F1428
(31,20,40)
#140D19
(20,13,25)
#000000
(0,0,0)

Tints of #8253AF

#8253AF
(130,83,175)
#8D62B6
(141,98,182)
#9871BD
(152,113,189)
#A380C4
(163,128,196)
#AE8FCB
(174,143,203)
#B99ED2
(185,158,210)
#C4ADD9
(196,173,217)
#CFBCE0
(207,188,224)
#DACBE7
(218,203,231)
#E5DAEE
(229,218,238)
#F0E9F5
(240,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8253AF color. Also use rgb(130,83,175) instead hex code.

Text Font Color

.myTextColor { color: #8253AF; }

<p style="color:#8253AF">This sample text font color is #8253AF.</p>

This text font color is #8253AF.

Background Color

.myBgColor { background-color: #8253AF; }

<div style="background-color:#8253AF">Inner text</div>

This div background color is #8253AF.

Border color

.myBorderColor { border: 1px solid #8253AF; }

<div style="border:3px solid #8253AF">Div</div>

This div border color is #8253AF.

Opacity

.myOpacity80 { color: #8253AF; opacity: 0.8; }

<p style="color:#8253AF;opacity:0.8;">80%</p>

Text with #8253AF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8253AF;}

<p style="text-shadow: 3px 3px 1px #8253AF">Text here.</p>

This text has shadow with #8253AF color.


.textShadow {text-shadow: 3px 3px 1px #8253AF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8253AF, 5px 5px 20px red">Text here.</p>

This text has shadow with #8253AF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8253AF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8253AF, Direction=45, Strength=4)">Text</p>

This text has shadow with #8253AF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8253AF;
-webkit-box-shadow: 1px 1px 3px 2px #8253AF;
box-shadow: 1px 1px 3px 2px #8253AF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8253AF; -webkit-box-shadow: 1px 1px 3px 2px #8253AF; box-shadow:1px 1px 3px 2px #8253AF;">
Div content here
</div>

This div box has shadow with color #8253AF.

Preview

Color preview on black background

This text has color #8253AF on black background.


Color preview on white background

This text has color #8253AF on white background.


Black color preview on #8253AF background

This text has black color on #8253AF background.


White color preview on #8253AF background

This text has white color on #8253AF background.


Related colors

Complementary color

Complementary color for #hex is #7DAC50.


I love getcolorcode.com

Triadic colors

1 #AF8253 and #53AF82 with #8253AF are triadic colors.

2 #AF5382 and #5382AF with #8253AF are triadic colors.