Shades of Dark Violet #8800C8
Tints of Dark Violet #8800C8
RGB
CMYK
RGB Variations
Color information
#8800C8 (or 0x8800C8) is known color: Dark Violet. HEX triplet: 88, 00 and C8. RGB value is (136,0,200). Sum of RGB (Red+Green+Blue) = 136+0+200=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 200 (78.52% from 255 or 59.52% from 336); Max value from RGB is 200 - color contains mainly: blue. Hex color #8800C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8800C8 is #77FF37. Grayscale: #3E3E3E. Windows color (decimal): -7864120 or 13107336. OLE color: 13107336.
HSL color Cylindrical-coordinate representation of color #8800C8: hue angle of 280.8º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8800C8 is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 0 | 200 | - |
| CMYK | 0.32 | 1 | 0 | 0.22 |
| HSL | 280.8º | 1% | 0.39% | - |
| HSV(B) | 280.8º | 1% | 0.78% | - |
| XYZ | 20.58 | 9.4 | 55.37 | - |
| YUV | 63.46 | 205.06 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 200 | 0.32 | 1 | 0 | 0.22 | 280.8 | 1 | 0.39 |
| Hex | 88 | 0 | C8 | 20 | 64 | 0 | 16 | 119 | 64 | 27 |
| Octal | 210 | 0 | 310 | 40 | 144 | 0 | 26 | 431 | 144 | 47 |
| Binary | 10001000 | 0 | 11001000 | 100000 | 1100100 | 0 | 10110 | 100011001 | 1100100 | 100111 |
Color Harmonies of #8800C8
Complementary color
Monochromatic Colors of #8800C8
Black with #8800C8
Text Example
Text Example
White with #8800C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8800C8; }
p { color: rgb(136,0,200); }
H1.HeaderClassName
{
color: #8800C8;
}
.AnyTagClassName
{
color: #8800C8;
}
</style>
background-color css
<style>
a { background-color: #8800C8; }
a { background-color: rgb(136,0,200); }
div.DivClassName
{
background-color: #8800C8;
}
.BgClassName
{
background-color: #8800C8;
}
</style>
border-color css
<style>
span { border-color: #8800C8; }
span { border-color: rgb(136,0,200); }
td.TdClassName
{
border-color: #8800C8;
}
.TagClassName
{
border-color: #8800C8;
}
</style>