Shades of Dark Violet #8209DC
Tints of Dark Violet #8209DC
RGB
CMYK
RGB Variations
Color information
#8209DC (or 0x8209DC) is known color: Dark Violet. HEX triplet: 82, 09 and DC. RGB value is (130,9,220). Sum of RGB (Red+Green+Blue) = 130+9+220=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #8209DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8209DC is #7DF623. Grayscale: #444444. Windows color (decimal): -8255012 or 14420354. OLE color: 14420354.
HSL color Cylindrical-coordinate representation of color #8209DC: hue angle of 274.41º 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 #8209DC is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 9 | 220 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.14 |
| HSL | 274.41º | 0.92% | 0.45% | - |
| HSV(B) | 274.41º | 0.96% | 0.86% | - |
| XYZ | 22.22 | 10.11 | 68.49 | - |
| YUV | 69.23 | 213.09 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 220 | 0.41 | 0.96 | 0 | 0.14 | 274.41 | 0.92 | 0.45 |
| Hex | 82 | 9 | DC | 29 | 60 | 0 | E | 112 | 5C | 2D |
| Octal | 202 | 11 | 334 | 51 | 140 | 0 | 16 | 422 | 134 | 55 |
| Binary | 10000010 | 1001 | 11011100 | 101001 | 1100000 | 0 | 1110 | 100010010 | 1011100 | 101101 |
Color Harmonies of #8209DC
Complementary color
Monochromatic Colors of #8209DC
Black with #8209DC
Text Example
Text Example
White with #8209DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8209DC; }
p { color: rgb(130,9,220); }
H1.HeaderClassName
{
color: #8209DC;
}
.AnyTagClassName
{
color: #8209DC;
}
</style>
background-color css
<style>
a { background-color: #8209DC; }
a { background-color: rgb(130,9,220); }
div.DivClassName
{
background-color: #8209DC;
}
.BgClassName
{
background-color: #8209DC;
}
</style>
border-color css
<style>
span { border-color: #8209DC; }
span { border-color: rgb(130,9,220); }
td.TdClassName
{
border-color: #8209DC;
}
.TagClassName
{
border-color: #8209DC;
}
</style>