Shades of Dark Violet #8813CD
Tints of Dark Violet #8813CD
RGB
CMYK
RGB Variations
Color information
#8813CD (or 0x8813CD) is known color: Dark Violet. HEX triplet: 88, 13 and CD. RGB value is (136,19,205). Sum of RGB (Red+Green+Blue) = 136+19+205=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #8813CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8813CD is #77EC32. Grayscale: #4A4A4A. Windows color (decimal): -7859251 or 13439880. OLE color: 13439880.
HSL color Cylindrical-coordinate representation of color #8813CD: hue angle of 277.74º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8813CD is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 19 | 205 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.20 |
| HSL | 277.74º | 0.83% | 0.44% | - |
| HSV(B) | 277.74º | 0.91% | 0.8% | - |
| XYZ | 21.41 | 10.11 | 58.58 | - |
| YUV | 75.19 | 201.26 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 19 | 205 | 0.34 | 0.91 | 0 | 0.20 | 277.74 | 0.83 | 0.44 |
| Hex | 88 | 13 | CD | 22 | 5B | 0 | 14 | 116 | 53 | 2C |
| Octal | 210 | 23 | 315 | 42 | 133 | 0 | 24 | 426 | 123 | 54 |
| Binary | 10001000 | 10011 | 11001101 | 100010 | 1011011 | 0 | 10100 | 100010110 | 1010011 | 101100 |
Color Harmonies of #8813CD
Complementary color
Monochromatic Colors of #8813CD
Black with #8813CD
Text Example
Text Example
White with #8813CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8813CD; }
p { color: rgb(136,19,205); }
H1.HeaderClassName
{
color: #8813CD;
}
.AnyTagClassName
{
color: #8813CD;
}
</style>
background-color css
<style>
a { background-color: #8813CD; }
a { background-color: rgb(136,19,205); }
div.DivClassName
{
background-color: #8813CD;
}
.BgClassName
{
background-color: #8813CD;
}
</style>
border-color css
<style>
span { border-color: #8813CD; }
span { border-color: rgb(136,19,205); }
td.TdClassName
{
border-color: #8813CD;
}
.TagClassName
{
border-color: #8813CD;
}
</style>