Shades of Dark Violet #8209DB
Tints of Dark Violet #8209DB
RGB
CMYK
RGB Variations
Color information
#8209DB (or 0x8209DB) is known color: Dark Violet. HEX triplet: 82, 09 and DB. RGB value is (130,9,219). Sum of RGB (Red+Green+Blue) = 130+9+219=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #8209DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8209DB is #7DF624. Grayscale: #444444. Windows color (decimal): -8255013 or 14354818. OLE color: 14354818.
HSL color Cylindrical-coordinate representation of color #8209DB: hue angle of 274.57º 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 #8209DB is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 9 | 219 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.14 |
| HSL | 274.57º | 0.92% | 0.45% | - |
| HSV(B) | 274.57º | 0.96% | 0.86% | - |
| XYZ | 22.09 | 10.06 | 67.79 | - |
| YUV | 69.12 | 212.59 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 219 | 0.41 | 0.96 | 0 | 0.14 | 274.57 | 0.92 | 0.45 |
| Hex | 82 | 9 | DB | 29 | 60 | 0 | E | 113 | 5C | 2D |
| Octal | 202 | 11 | 333 | 51 | 140 | 0 | 16 | 423 | 134 | 55 |
| Binary | 10000010 | 1001 | 11011011 | 101001 | 1100000 | 0 | 1110 | 100010011 | 1011100 | 101101 |
Color Harmonies of #8209DB
Complementary color
Monochromatic Colors of #8209DB
Black with #8209DB
Text Example
Text Example
White with #8209DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8209DB; }
p { color: rgb(130,9,219); }
H1.HeaderClassName
{
color: #8209DB;
}
.AnyTagClassName
{
color: #8209DB;
}
</style>
background-color css
<style>
a { background-color: #8209DB; }
a { background-color: rgb(130,9,219); }
div.DivClassName
{
background-color: #8209DB;
}
.BgClassName
{
background-color: #8209DB;
}
</style>
border-color css
<style>
span { border-color: #8209DB; }
span { border-color: rgb(130,9,219); }
td.TdClassName
{
border-color: #8209DB;
}
.TagClassName
{
border-color: #8209DB;
}
</style>