Shades of Dark Violet #8809DD
Tints of Dark Violet #8809DD
RGB
CMYK
RGB Variations
Color information
#8809DD (or 0x8809DD) is known color: Dark Violet. HEX triplet: 88, 09 and DD. RGB value is (136,9,221). Sum of RGB (Red+Green+Blue) = 136+9+221=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #8809DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8809DD is #77F622. Grayscale: #464646. Windows color (decimal): -7861795 or 14485896. OLE color: 14485896.
HSL color Cylindrical-coordinate representation of color #8809DD: hue angle of 275.94º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8809DD is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 9 | 221 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.13 |
| HSL | 275.94º | 0.92% | 0.45% | - |
| HSV(B) | 275.94º | 0.96% | 0.87% | - |
| XYZ | 23.3 | 10.65 | 69.23 | - |
| YUV | 71.14 | 212.58 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 221 | 0.38 | 0.96 | 0 | 0.13 | 275.94 | 0.92 | 0.45 |
| Hex | 88 | 9 | DD | 26 | 60 | 0 | D | 114 | 5C | 2D |
| Octal | 210 | 11 | 335 | 46 | 140 | 0 | 15 | 424 | 134 | 55 |
| Binary | 10001000 | 1001 | 11011101 | 100110 | 1100000 | 0 | 1101 | 100010100 | 1011100 | 101101 |
Color Harmonies of #8809DD
Complementary color
Monochromatic Colors of #8809DD
Black with #8809DD
Text Example
Text Example
White with #8809DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8809DD; }
p { color: rgb(136,9,221); }
H1.HeaderClassName
{
color: #8809DD;
}
.AnyTagClassName
{
color: #8809DD;
}
</style>
background-color css
<style>
a { background-color: #8809DD; }
a { background-color: rgb(136,9,221); }
div.DivClassName
{
background-color: #8809DD;
}
.BgClassName
{
background-color: #8809DD;
}
</style>
border-color css
<style>
span { border-color: #8809DD; }
span { border-color: rgb(136,9,221); }
td.TdClassName
{
border-color: #8809DD;
}
.TagClassName
{
border-color: #8809DD;
}
</style>