Shades of Dark Violet #8800CD
Tints of Dark Violet #8800CD
RGB
CMYK
RGB Variations
Color information
#8800CD (or 0x8800CD) is known color: Dark Violet. HEX triplet: 88, 00 and CD. RGB value is (136,0,205). Sum of RGB (Red+Green+Blue) = 136+0+205=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #8800CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8800CD is #77FF32. Grayscale: #3F3F3F. Windows color (decimal): -7864115 or 13435016. OLE color: 13435016.
HSL color Cylindrical-coordinate representation of color #8800CD: hue angle of 279.8º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8800CD is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 0 | 205 | - |
| CMYK | 0.34 | 1 | 0 | 0.20 |
| HSL | 279.8º | 1% | 0.4% | - |
| HSV(B) | 279.8º | 1% | 0.8% | - |
| XYZ | 21.17 | 9.64 | 58.5 | - |
| YUV | 64.03 | 207.56 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 205 | 0.34 | 1 | 0 | 0.20 | 279.8 | 1 | 0.4 |
| Hex | 88 | 0 | CD | 22 | 64 | 0 | 14 | 118 | 64 | 28 |
| Octal | 210 | 0 | 315 | 42 | 144 | 0 | 24 | 430 | 144 | 50 |
| Binary | 10001000 | 0 | 11001101 | 100010 | 1100100 | 0 | 10100 | 100011000 | 1100100 | 101000 |
Color Harmonies of #8800CD
Complementary color
Monochromatic Colors of #8800CD
Black with #8800CD
Text Example
Text Example
White with #8800CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8800CD; }
p { color: rgb(136,0,205); }
H1.HeaderClassName
{
color: #8800CD;
}
.AnyTagClassName
{
color: #8800CD;
}
</style>
background-color css
<style>
a { background-color: #8800CD; }
a { background-color: rgb(136,0,205); }
div.DivClassName
{
background-color: #8800CD;
}
.BgClassName
{
background-color: #8800CD;
}
</style>
border-color css
<style>
span { border-color: #8800CD; }
span { border-color: rgb(136,0,205); }
td.TdClassName
{
border-color: #8800CD;
}
.TagClassName
{
border-color: #8800CD;
}
</style>