Shades of Blue Violet #8542EA
Tints of Blue Violet #8542EA
RGB
CMYK
RGB Variations
Color information
#8542EA (or 0x8542EA) is known color: Blue Violet. HEX triplet: 85, 42 and EA. RGB value is (133,66,234). Sum of RGB (Red+Green+Blue) = 133+66+234=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #8542EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8542EA is #7ABD15. Grayscale: #686868. Windows color (decimal): -8043798 or 15352453. OLE color: 15352453.
HSL color Cylindrical-coordinate representation of color #8542EA: hue angle of 263.93º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8542EA is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 66 | 234 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.08 |
| HSL | 263.93º | 0.8% | 0.59% | - |
| HSV(B) | 263.93º | 0.72% | 0.92% | - |
| XYZ | 26.47 | 14.82 | 79.31 | - |
| YUV | 105.19 | 200.7 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 66 | 234 | 0.43 | 0.72 | 0 | 0.08 | 263.93 | 0.8 | 0.59 |
| Hex | 85 | 42 | EA | 2B | 48 | 0 | 8 | 108 | 50 | 3B |
| Octal | 205 | 102 | 352 | 53 | 110 | 0 | 10 | 410 | 120 | 73 |
| Binary | 10000101 | 1000010 | 11101010 | 101011 | 1001000 | 0 | 1000 | 100001000 | 1010000 | 111011 |
Color Harmonies of #8542EA
Complementary color
Monochromatic Colors of #8542EA
Black with #8542EA
Text Example
Text Example
White with #8542EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8542EA; }
p { color: rgb(133,66,234); }
H1.HeaderClassName
{
color: #8542EA;
}
.AnyTagClassName
{
color: #8542EA;
}
</style>
background-color css
<style>
a { background-color: #8542EA; }
a { background-color: rgb(133,66,234); }
div.DivClassName
{
background-color: #8542EA;
}
.BgClassName
{
background-color: #8542EA;
}
</style>
border-color css
<style>
span { border-color: #8542EA; }
span { border-color: rgb(133,66,234); }
td.TdClassName
{
border-color: #8542EA;
}
.TagClassName
{
border-color: #8542EA;
}
</style>