Shades of Blue Violet #8542FA
Tints of Blue Violet #8542FA
RGB
CMYK
RGB Variations
Color information
#8542FA (or 0x8542FA) is known color: Blue Violet. HEX triplet: 85, 42 and FA. RGB value is (133,66,250). Sum of RGB (Red+Green+Blue) = 133+66+250=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #8542FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8542FA is #7ABD05. Grayscale: #6A6A6A. Windows color (decimal): -8043782 or 16401029. OLE color: 16401029.
HSL color Cylindrical-coordinate representation of color #8542FA: hue angle of 261.85º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8542FA is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 66 | 250 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.02 |
| HSL | 261.85º | 0.95% | 0.62% | - |
| HSV(B) | 261.85º | 0.74% | 0.98% | - |
| XYZ | 28.88 | 15.79 | 91.97 | - |
| YUV | 107.01 | 208.7 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 66 | 250 | 0.47 | 0.74 | 0 | 0.02 | 261.85 | 0.95 | 0.62 |
| Hex | 85 | 42 | FA | 2F | 4A | 0 | 2 | 106 | 5F | 3E |
| Octal | 205 | 102 | 372 | 57 | 112 | 0 | 2 | 406 | 137 | 76 |
| Binary | 10000101 | 1000010 | 11111010 | 101111 | 1001010 | 0 | 10 | 100000110 | 1011111 | 111110 |
Color Harmonies of #8542FA
Complementary color
Monochromatic Colors of #8542FA
Black with #8542FA
Text Example
Text Example
White with #8542FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8542FA; }
p { color: rgb(133,66,250); }
H1.HeaderClassName
{
color: #8542FA;
}
.AnyTagClassName
{
color: #8542FA;
}
</style>
background-color css
<style>
a { background-color: #8542FA; }
a { background-color: rgb(133,66,250); }
div.DivClassName
{
background-color: #8542FA;
}
.BgClassName
{
background-color: #8542FA;
}
</style>
border-color css
<style>
span { border-color: #8542FA; }
span { border-color: rgb(133,66,250); }
td.TdClassName
{
border-color: #8542FA;
}
.TagClassName
{
border-color: #8542FA;
}
</style>