Shades of Dark Violet #8809DB
Tints of Dark Violet #8809DB
RGB
CMYK
RGB Variations
Color information
#8809DB (or 0x8809DB) is known color: Dark Violet. HEX triplet: 88, 09 and DB. RGB value is (136,9,219). Sum of RGB (Red+Green+Blue) = 136+9+219=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #8809DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8809DB is #77F624. Grayscale: #464646. Windows color (decimal): -7861797 or 14354824. OLE color: 14354824.
HSL color Cylindrical-coordinate representation of color #8809DB: hue angle of 276.29º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8809DB is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 9 | 219 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.14 |
| HSL | 276.29º | 0.92% | 0.45% | - |
| HSV(B) | 276.29º | 0.96% | 0.86% | - |
| XYZ | 23.04 | 10.54 | 67.84 | - |
| YUV | 70.91 | 211.58 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 219 | 0.38 | 0.96 | 0 | 0.14 | 276.29 | 0.92 | 0.45 |
| Hex | 88 | 9 | DB | 26 | 60 | 0 | E | 114 | 5C | 2D |
| Octal | 210 | 11 | 333 | 46 | 140 | 0 | 16 | 424 | 134 | 55 |
| Binary | 10001000 | 1001 | 11011011 | 100110 | 1100000 | 0 | 1110 | 100010100 | 1011100 | 101101 |
Color Harmonies of #8809DB
Complementary color
Monochromatic Colors of #8809DB
Black with #8809DB
Text Example
Text Example
White with #8809DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8809DB; }
p { color: rgb(136,9,219); }
H1.HeaderClassName
{
color: #8809DB;
}
.AnyTagClassName
{
color: #8809DB;
}
</style>
background-color css
<style>
a { background-color: #8809DB; }
a { background-color: rgb(136,9,219); }
div.DivClassName
{
background-color: #8809DB;
}
.BgClassName
{
background-color: #8809DB;
}
</style>
border-color css
<style>
span { border-color: #8809DB; }
span { border-color: rgb(136,9,219); }
td.TdClassName
{
border-color: #8809DB;
}
.TagClassName
{
border-color: #8809DB;
}
</style>