Shades of Blue Violet #8A49EA
Tints of Blue Violet #8A49EA
RGB
CMYK
RGB Variations
Color information
#8A49EA (or 0x8A49EA) is known color: Blue Violet. HEX triplet: 8A, 49 and EA. RGB value is (138,73,234). Sum of RGB (Red+Green+Blue) = 138+73+234=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #8A49EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A49EA is #75B615. Grayscale: #6E6E6E. Windows color (decimal): -7714326 or 15354250. OLE color: 15354250.
HSL color Cylindrical-coordinate representation of color #8A49EA: hue angle of 264.22º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A49EA is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 73 | 234 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.08 |
| HSL | 264.22º | 0.79% | 0.6% | - |
| HSV(B) | 264.22º | 0.69% | 0.92% | - |
| XYZ | 27.72 | 16.11 | 79.49 | - |
| YUV | 110.79 | 197.53 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 73 | 234 | 0.41 | 0.69 | 0 | 0.08 | 264.22 | 0.79 | 0.6 |
| Hex | 8A | 49 | EA | 29 | 45 | 0 | 8 | 108 | 4F | 3C |
| Octal | 212 | 111 | 352 | 51 | 105 | 0 | 10 | 410 | 117 | 74 |
| Binary | 10001010 | 1001001 | 11101010 | 101001 | 1000101 | 0 | 1000 | 100001000 | 1001111 | 111100 |
Color Harmonies of #8A49EA
Complementary color
Monochromatic Colors of #8A49EA
Black with #8A49EA
Text Example
Text Example
White with #8A49EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A49EA; }
p { color: rgb(138,73,234); }
H1.HeaderClassName
{
color: #8A49EA;
}
.AnyTagClassName
{
color: #8A49EA;
}
</style>
background-color css
<style>
a { background-color: #8A49EA; }
a { background-color: rgb(138,73,234); }
div.DivClassName
{
background-color: #8A49EA;
}
.BgClassName
{
background-color: #8A49EA;
}
</style>
border-color css
<style>
span { border-color: #8A49EA; }
span { border-color: rgb(138,73,234); }
td.TdClassName
{
border-color: #8A49EA;
}
.TagClassName
{
border-color: #8A49EA;
}
</style>