Shades of Dark Violet #8813CF
Tints of Dark Violet #8813CF
RGB
CMYK
RGB Variations
Color information
#8813CF (or 0x8813CF) is known color: Dark Violet. HEX triplet: 88, 13 and CF. RGB value is (136,19,207). Sum of RGB (Red+Green+Blue) = 136+19+207=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #8813CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8813CF is #77EC30. Grayscale: #4A4A4A. Windows color (decimal): -7859249 or 13570952. OLE color: 13570952.
HSL color Cylindrical-coordinate representation of color #8813CF: hue angle of 277.34º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8813CF is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 19 | 207 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.19 |
| HSL | 277.34º | 0.83% | 0.44% | - |
| HSV(B) | 277.34º | 0.91% | 0.81% | - |
| XYZ | 21.65 | 10.2 | 59.86 | - |
| YUV | 75.42 | 202.26 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 19 | 207 | 0.34 | 0.91 | 0 | 0.19 | 277.34 | 0.83 | 0.44 |
| Hex | 88 | 13 | CF | 22 | 5B | 0 | 13 | 115 | 53 | 2C |
| Octal | 210 | 23 | 317 | 42 | 133 | 0 | 23 | 425 | 123 | 54 |
| Binary | 10001000 | 10011 | 11001111 | 100010 | 1011011 | 0 | 10011 | 100010101 | 1010011 | 101100 |
Color Harmonies of #8813CF
Complementary color
Monochromatic Colors of #8813CF
Black with #8813CF
Text Example
Text Example
White with #8813CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8813CF; }
p { color: rgb(136,19,207); }
H1.HeaderClassName
{
color: #8813CF;
}
.AnyTagClassName
{
color: #8813CF;
}
</style>
background-color css
<style>
a { background-color: #8813CF; }
a { background-color: rgb(136,19,207); }
div.DivClassName
{
background-color: #8813CF;
}
.BgClassName
{
background-color: #8813CF;
}
</style>
border-color css
<style>
span { border-color: #8813CF; }
span { border-color: rgb(136,19,207); }
td.TdClassName
{
border-color: #8813CF;
}
.TagClassName
{
border-color: #8813CF;
}
</style>