Shades of Dark Violet #8811CF
Tints of Dark Violet #8811CF
RGB
CMYK
RGB Variations
Color information
#8811CF (or 0x8811CF) is known color: Dark Violet. HEX triplet: 88, 11 and CF. RGB value is (136,17,207). Sum of RGB (Red+Green+Blue) = 136+17+207=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #8811CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8811CF is #77EE30. Grayscale: #494949. Windows color (decimal): -7859761 or 13570440. OLE color: 13570440.
HSL color Cylindrical-coordinate representation of color #8811CF: hue angle of 277.58º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8811CF is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 17 | 207 | - |
| CMYK | 0.34 | 0.92 | 0 | 0.19 |
| HSL | 277.58º | 0.85% | 0.44% | - |
| HSV(B) | 277.58º | 0.92% | 0.81% | - |
| XYZ | 21.62 | 10.14 | 59.85 | - |
| YUV | 74.24 | 202.92 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 207 | 0.34 | 0.92 | 0 | 0.19 | 277.58 | 0.85 | 0.44 |
| Hex | 88 | 11 | CF | 22 | 5C | 0 | 13 | 116 | 55 | 2C |
| Octal | 210 | 21 | 317 | 42 | 134 | 0 | 23 | 426 | 125 | 54 |
| Binary | 10001000 | 10001 | 11001111 | 100010 | 1011100 | 0 | 10011 | 100010110 | 1010101 | 101100 |
Color Harmonies of #8811CF
Complementary color
Monochromatic Colors of #8811CF
Black with #8811CF
Text Example
Text Example
White with #8811CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8811CF; }
p { color: rgb(136,17,207); }
H1.HeaderClassName
{
color: #8811CF;
}
.AnyTagClassName
{
color: #8811CF;
}
</style>
background-color css
<style>
a { background-color: #8811CF; }
a { background-color: rgb(136,17,207); }
div.DivClassName
{
background-color: #8811CF;
}
.BgClassName
{
background-color: #8811CF;
}
</style>
border-color css
<style>
span { border-color: #8811CF; }
span { border-color: rgb(136,17,207); }
td.TdClassName
{
border-color: #8811CF;
}
.TagClassName
{
border-color: #8811CF;
}
</style>