Shades of Blue Violet #8542FE
Tints of Blue Violet #8542FE
RGB
CMYK
RGB Variations
Color information
#8542FE (or 0x8542FE) is known color: Blue Violet. HEX triplet: 85, 42 and FE. RGB value is (133,66,254). Sum of RGB (Red+Green+Blue) = 133+66+254=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 66 (26.17% from 255 or 14.57% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #8542FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8542FE is #7ABD01. Grayscale: #6A6A6A. Windows color (decimal): -8043778 or 16663173. OLE color: 16663173.
HSL color Cylindrical-coordinate representation of color #8542FE: hue angle of 261.38º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8542FE is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 66 | 254 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.00 |
| HSL | 261.38º | 0.99% | 0.63% | - |
| HSV(B) | 261.38º | 0.74% | 1% | - |
| XYZ | 29.51 | 16.04 | 95.31 | - |
| YUV | 107.47 | 210.7 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 66 | 254 | 0.48 | 0.74 | 0 | 0.00 | 261.38 | 0.99 | 0.63 |
| Hex | 85 | 42 | FE | 30 | 4A | 0 | 0 | 105 | 63 | 3F |
| Octal | 205 | 102 | 376 | 60 | 112 | 0 | 0 | 405 | 143 | 77 |
| Binary | 10000101 | 1000010 | 11111110 | 110000 | 1001010 | 0 | 0 | 100000101 | 1100011 | 111111 |
Color Harmonies of #8542FE
Complementary color
Monochromatic Colors of #8542FE
Black with #8542FE
Text Example
Text Example
White with #8542FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8542FE; }
p { color: rgb(133,66,254); }
H1.HeaderClassName
{
color: #8542FE;
}
.AnyTagClassName
{
color: #8542FE;
}
</style>
background-color css
<style>
a { background-color: #8542FE; }
a { background-color: rgb(133,66,254); }
div.DivClassName
{
background-color: #8542FE;
}
.BgClassName
{
background-color: #8542FE;
}
</style>
border-color css
<style>
span { border-color: #8542FE; }
span { border-color: rgb(133,66,254); }
td.TdClassName
{
border-color: #8542FE;
}
.TagClassName
{
border-color: #8542FE;
}
</style>