Shades of Dark Violet #8800D8
Tints of Dark Violet #8800D8
RGB
CMYK
RGB Variations
Color information
#8800D8 (or 0x8800D8) is known color: Dark Violet. HEX triplet: 88, 00 and D8. RGB value is (136,0,216). Sum of RGB (Red+Green+Blue) = 136+0+216=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 216 (84.77% from 255 or 61.36% from 352); Max value from RGB is 216 - color contains mainly: blue. Hex color #8800D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8800D8 is #77FF27. Grayscale: #404040. Windows color (decimal): -7864104 or 14155912. OLE color: 14155912.
HSL color Cylindrical-coordinate representation of color #8800D8: hue angle of 277.78º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8800D8 is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 0 | 216 | - |
| CMYK | 0.37 | 1 | 0 | 0.15 |
| HSL | 277.78º | 1% | 0.42% | - |
| HSV(B) | 277.78º | 1% | 0.85% | - |
| XYZ | 22.55 | 10.19 | 65.74 | - |
| YUV | 65.29 | 213.06 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 216 | 0.37 | 1 | 0 | 0.15 | 277.78 | 1 | 0.42 |
| Hex | 88 | 0 | D8 | 25 | 64 | 0 | F | 116 | 64 | 2A |
| Octal | 210 | 0 | 330 | 45 | 144 | 0 | 17 | 426 | 144 | 52 |
| Binary | 10001000 | 0 | 11011000 | 100101 | 1100100 | 0 | 1111 | 100010110 | 1100100 | 101010 |
Color Harmonies of #8800D8
Complementary color
Monochromatic Colors of #8800D8
Black with #8800D8
Text Example
Text Example
White with #8800D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8800D8; }
p { color: rgb(136,0,216); }
H1.HeaderClassName
{
color: #8800D8;
}
.AnyTagClassName
{
color: #8800D8;
}
</style>
background-color css
<style>
a { background-color: #8800D8; }
a { background-color: rgb(136,0,216); }
div.DivClassName
{
background-color: #8800D8;
}
.BgClassName
{
background-color: #8800D8;
}
</style>
border-color css
<style>
span { border-color: #8800D8; }
span { border-color: rgb(136,0,216); }
td.TdClassName
{
border-color: #8800D8;
}
.TagClassName
{
border-color: #8800D8;
}
</style>