Shades of Blue Violet #8C22DC
Tints of Blue Violet #8C22DC
RGB
CMYK
RGB Variations
Color information
#8C22DC (or 0x8C22DC) is known color: Blue Violet. HEX triplet: 8C, 22 and DC. RGB value is (140,34,220). Sum of RGB (Red+Green+Blue) = 140+34+220=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C22DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C22DC is #73DD23. Grayscale: #565656. Windows color (decimal): -7593252 or 14426764. OLE color: 14426764.
HSL color Cylindrical-coordinate representation of color #8C22DC: hue angle of 274.19º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C22DC is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 34 | 220 | - |
| CMYK | 0.36 | 0.85 | 0 | 0.14 |
| HSL | 274.19º | 0.73% | 0.5% | - |
| HSV(B) | 274.19º | 0.85% | 0.86% | - |
| XYZ | 24.31 | 11.89 | 68.72 | - |
| YUV | 86.9 | 203.12 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 34 | 220 | 0.36 | 0.85 | 0 | 0.14 | 274.19 | 0.73 | 0.5 |
| Hex | 8C | 22 | DC | 24 | 55 | 0 | E | 112 | 49 | 32 |
| Octal | 214 | 42 | 334 | 44 | 125 | 0 | 16 | 422 | 111 | 62 |
| Binary | 10001100 | 100010 | 11011100 | 100100 | 1010101 | 0 | 1110 | 100010010 | 1001001 | 110010 |
Color Harmonies of #8C22DC
Complementary color
Monochromatic Colors of #8C22DC
Black with #8C22DC
Text Example
Text Example
White with #8C22DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C22DC; }
p { color: rgb(140,34,220); }
H1.HeaderClassName
{
color: #8C22DC;
}
.AnyTagClassName
{
color: #8C22DC;
}
</style>
background-color css
<style>
a { background-color: #8C22DC; }
a { background-color: rgb(140,34,220); }
div.DivClassName
{
background-color: #8C22DC;
}
.BgClassName
{
background-color: #8C22DC;
}
</style>
border-color css
<style>
span { border-color: #8C22DC; }
span { border-color: rgb(140,34,220); }
td.TdClassName
{
border-color: #8C22DC;
}
.TagClassName
{
border-color: #8C22DC;
}
</style>