Shades of Blue Violet #8420CF
Tints of Blue Violet #8420CF
RGB
CMYK
RGB Variations
Color information
#8420CF (or 0x8420CF) is known color: Blue Violet. HEX triplet: 84, 20 and CF. RGB value is (132,32,207). Sum of RGB (Red+Green+Blue) = 132+32+207=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #8420CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8420CF is #7BDF30. Grayscale: #515151. Windows color (decimal): -8118065 or 13574276. OLE color: 13574276.
HSL color Cylindrical-coordinate representation of color #8420CF: hue angle of 274.29º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8420CF is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 32 | 207 | - |
| CMYK | 0.36 | 0.85 | 0 | 0.19 |
| HSL | 274.29º | 0.73% | 0.47% | - |
| HSV(B) | 274.29º | 0.85% | 0.81% | - |
| XYZ | 21.29 | 10.44 | 59.92 | - |
| YUV | 81.85 | 198.63 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 207 | 0.36 | 0.85 | 0 | 0.19 | 274.29 | 0.73 | 0.47 |
| Hex | 84 | 20 | CF | 24 | 55 | 0 | 13 | 112 | 49 | 2F |
| Octal | 204 | 40 | 317 | 44 | 125 | 0 | 23 | 422 | 111 | 57 |
| Binary | 10000100 | 100000 | 11001111 | 100100 | 1010101 | 0 | 10011 | 100010010 | 1001001 | 101111 |
Color Harmonies of #8420CF
Complementary color
Monochromatic Colors of #8420CF
Black with #8420CF
Text Example
Text Example
White with #8420CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8420CF; }
p { color: rgb(132,32,207); }
H1.HeaderClassName
{
color: #8420CF;
}
.AnyTagClassName
{
color: #8420CF;
}
</style>
background-color css
<style>
a { background-color: #8420CF; }
a { background-color: rgb(132,32,207); }
div.DivClassName
{
background-color: #8420CF;
}
.BgClassName
{
background-color: #8420CF;
}
</style>
border-color css
<style>
span { border-color: #8420CF; }
span { border-color: rgb(132,32,207); }
td.TdClassName
{
border-color: #8420CF;
}
.TagClassName
{
border-color: #8420CF;
}
</style>