Shades of Blue Violet #8542D1
Tints of Blue Violet #8542D1
RGB
CMYK
RGB Variations
Color information
#8542D1 (or 0x8542D1) is known color: Blue Violet. HEX triplet: 85, 42 and D1. RGB value is (133,66,209). Sum of RGB (Red+Green+Blue) = 133+66+209=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 209 (82.03% from 255 or 51.23% from 408); Max value from RGB is 209 - color contains mainly: blue. Hex color #8542D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8542D1 is #7ABD2E. Grayscale: #656565. Windows color (decimal): -8043823 or 13714053. OLE color: 13714053.
HSL color Cylindrical-coordinate representation of color #8542D1: hue angle of 268.11º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8542D1 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 66 | 209 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.18 |
| HSL | 268.11º | 0.61% | 0.54% | - |
| HSV(B) | 268.11º | 0.68% | 0.82% | - |
| XYZ | 23.13 | 13.49 | 61.71 | - |
| YUV | 102.34 | 188.2 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 66 | 209 | 0.36 | 0.68 | 0 | 0.18 | 268.11 | 0.61 | 0.54 |
| Hex | 85 | 42 | D1 | 24 | 44 | 0 | 12 | 10C | 3D | 36 |
| Octal | 205 | 102 | 321 | 44 | 104 | 0 | 22 | 414 | 75 | 66 |
| Binary | 10000101 | 1000010 | 11010001 | 100100 | 1000100 | 0 | 10010 | 100001100 | 111101 | 110110 |
Color Harmonies of #8542D1
Complementary color
Monochromatic Colors of #8542D1
Black with #8542D1
Text Example
Text Example
White with #8542D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8542D1; }
p { color: rgb(133,66,209); }
H1.HeaderClassName
{
color: #8542D1;
}
.AnyTagClassName
{
color: #8542D1;
}
</style>
background-color css
<style>
a { background-color: #8542D1; }
a { background-color: rgb(133,66,209); }
div.DivClassName
{
background-color: #8542D1;
}
.BgClassName
{
background-color: #8542D1;
}
</style>
border-color css
<style>
span { border-color: #8542D1; }
span { border-color: rgb(133,66,209); }
td.TdClassName
{
border-color: #8542D1;
}
.TagClassName
{
border-color: #8542D1;
}
</style>