Shades of Dark Violet #8800DF
Tints of Dark Violet #8800DF
RGB
CMYK
RGB Variations
Color information
#8800DF (or 0x8800DF) is known color: Dark Violet. HEX triplet: 88, 00 and DF. RGB value is (136,0,223). Sum of RGB (Red+Green+Blue) = 136+0+223=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #8800DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8800DF is #77FF20. Grayscale: #414141. Windows color (decimal): -7864097 or 14614664. OLE color: 14614664.
HSL color Cylindrical-coordinate representation of color #8800DF: hue angle of 276.59º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8800DF is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 0 | 223 | - |
| CMYK | 0.39 | 1 | 0 | 0.13 |
| HSL | 276.59º | 1% | 0.44% | - |
| HSV(B) | 276.59º | 1% | 0.87% | - |
| XYZ | 23.47 | 10.56 | 70.61 | - |
| YUV | 66.09 | 216.56 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 223 | 0.39 | 1 | 0 | 0.13 | 276.59 | 1 | 0.44 |
| Hex | 88 | 0 | DF | 27 | 64 | 0 | D | 115 | 64 | 2C |
| Octal | 210 | 0 | 337 | 47 | 144 | 0 | 15 | 425 | 144 | 54 |
| Binary | 10001000 | 0 | 11011111 | 100111 | 1100100 | 0 | 1101 | 100010101 | 1100100 | 101100 |
Color Harmonies of #8800DF
Complementary color
Monochromatic Colors of #8800DF
Black with #8800DF
Text Example
Text Example
White with #8800DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8800DF; }
p { color: rgb(136,0,223); }
H1.HeaderClassName
{
color: #8800DF;
}
.AnyTagClassName
{
color: #8800DF;
}
</style>
background-color css
<style>
a { background-color: #8800DF; }
a { background-color: rgb(136,0,223); }
div.DivClassName
{
background-color: #8800DF;
}
.BgClassName
{
background-color: #8800DF;
}
</style>
border-color css
<style>
span { border-color: #8800DF; }
span { border-color: rgb(136,0,223); }
td.TdClassName
{
border-color: #8800DF;
}
.TagClassName
{
border-color: #8800DF;
}
</style>