Shades of Dark Violet #8209DD
Tints of Dark Violet #8209DD
RGB
CMYK
RGB Variations
Color information
#8209DD (or 0x8209DD) is known color: Dark Violet. HEX triplet: 82, 09 and DD. RGB value is (130,9,221). Sum of RGB (Red+Green+Blue) = 130+9+221=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #8209DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8209DD is #7DF622. Grayscale: #444444. Windows color (decimal): -8255011 or 14485890. OLE color: 14485890.
HSL color Cylindrical-coordinate representation of color #8209DD: hue angle of 274.25º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8209DD is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 9 | 221 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.13 |
| HSL | 274.25º | 0.92% | 0.45% | - |
| HSV(B) | 274.25º | 0.96% | 0.87% | - |
| XYZ | 22.35 | 10.16 | 69.19 | - |
| YUV | 69.35 | 213.59 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 221 | 0.41 | 0.96 | 0 | 0.13 | 274.25 | 0.92 | 0.45 |
| Hex | 82 | 9 | DD | 29 | 60 | 0 | D | 112 | 5C | 2D |
| Octal | 202 | 11 | 335 | 51 | 140 | 0 | 15 | 422 | 134 | 55 |
| Binary | 10000010 | 1001 | 11011101 | 101001 | 1100000 | 0 | 1101 | 100010010 | 1011100 | 101101 |
Color Harmonies of #8209DD
Complementary color
Monochromatic Colors of #8209DD
Black with #8209DD
Text Example
Text Example
White with #8209DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8209DD; }
p { color: rgb(130,9,221); }
H1.HeaderClassName
{
color: #8209DD;
}
.AnyTagClassName
{
color: #8209DD;
}
</style>
background-color css
<style>
a { background-color: #8209DD; }
a { background-color: rgb(130,9,221); }
div.DivClassName
{
background-color: #8209DD;
}
.BgClassName
{
background-color: #8209DD;
}
</style>
border-color css
<style>
span { border-color: #8209DD; }
span { border-color: rgb(130,9,221); }
td.TdClassName
{
border-color: #8209DD;
}
.TagClassName
{
border-color: #8209DD;
}
</style>