Shades of Dark Violet #8009DB
Tints of Dark Violet #8009DB
RGB
CMYK
RGB Variations
Color information
#8009DB (or 0x8009DB) is known color: Dark Violet. HEX triplet: 80, 09 and DB. RGB value is (128,9,219). Sum of RGB (Red+Green+Blue) = 128+9+219=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #8009DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8009DB is #7FF624. Grayscale: #434343. Windows color (decimal): -8386085 or 14354816. OLE color: 14354816.
HSL color Cylindrical-coordinate representation of color #8009DB: hue angle of 274º 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 #8009DB is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 9 | 219 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.14 |
| HSL | 274º | 0.92% | 0.45% | - |
| HSV(B) | 274º | 0.96% | 0.86% | - |
| XYZ | 21.79 | 9.9 | 67.78 | - |
| YUV | 68.52 | 212.92 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 219 | 0.42 | 0.96 | 0 | 0.14 | 274 | 0.92 | 0.45 |
| Hex | 80 | 9 | DB | 2A | 60 | 0 | E | 112 | 5C | 2D |
| Octal | 200 | 11 | 333 | 52 | 140 | 0 | 16 | 422 | 134 | 55 |
| Binary | 10000000 | 1001 | 11011011 | 101010 | 1100000 | 0 | 1110 | 100010010 | 1011100 | 101101 |
Color Harmonies of #8009DB
Complementary color
Monochromatic Colors of #8009DB
Black with #8009DB
Text Example
Text Example
White with #8009DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8009DB; }
p { color: rgb(128,9,219); }
H1.HeaderClassName
{
color: #8009DB;
}
.AnyTagClassName
{
color: #8009DB;
}
</style>
background-color css
<style>
a { background-color: #8009DB; }
a { background-color: rgb(128,9,219); }
div.DivClassName
{
background-color: #8009DB;
}
.BgClassName
{
background-color: #8009DB;
}
</style>
border-color css
<style>
span { border-color: #8009DB; }
span { border-color: rgb(128,9,219); }
td.TdClassName
{
border-color: #8009DB;
}
.TagClassName
{
border-color: #8009DB;
}
</style>