Shades of Dark Violet #8208DB
Tints of Dark Violet #8208DB
RGB
CMYK
RGB Variations
Color information
#8208DB (or 0x8208DB) is known color: Dark Violet. HEX triplet: 82, 08 and DB. RGB value is (130,8,219). Sum of RGB (Red+Green+Blue) = 130+8+219=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #8208DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8208DB is #7DF724. Grayscale: #434343. Windows color (decimal): -8255269 or 14354562. OLE color: 14354562.
HSL color Cylindrical-coordinate representation of color #8208DB: hue angle of 274.69º degrees, saturation: 0.93, 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 #8208DB is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 8 | 219 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.14 |
| HSL | 274.69º | 0.93% | 0.45% | - |
| HSV(B) | 274.69º | 0.96% | 0.86% | - |
| XYZ | 22.08 | 10.03 | 67.79 | - |
| YUV | 68.53 | 212.92 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 8 | 219 | 0.41 | 0.96 | 0 | 0.14 | 274.69 | 0.93 | 0.45 |
| Hex | 82 | 8 | DB | 29 | 60 | 0 | E | 113 | 5D | 2D |
| Octal | 202 | 10 | 333 | 51 | 140 | 0 | 16 | 423 | 135 | 55 |
| Binary | 10000010 | 1000 | 11011011 | 101001 | 1100000 | 0 | 1110 | 100010011 | 1011101 | 101101 |
Color Harmonies of #8208DB
Complementary color
Monochromatic Colors of #8208DB
Black with #8208DB
Text Example
Text Example
White with #8208DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8208DB; }
p { color: rgb(130,8,219); }
H1.HeaderClassName
{
color: #8208DB;
}
.AnyTagClassName
{
color: #8208DB;
}
</style>
background-color css
<style>
a { background-color: #8208DB; }
a { background-color: rgb(130,8,219); }
div.DivClassName
{
background-color: #8208DB;
}
.BgClassName
{
background-color: #8208DB;
}
</style>
border-color css
<style>
span { border-color: #8208DB; }
span { border-color: rgb(130,8,219); }
td.TdClassName
{
border-color: #8208DB;
}
.TagClassName
{
border-color: #8208DB;
}
</style>