Shades of Dark Violet #8208DD
Tints of Dark Violet #8208DD
RGB
CMYK
RGB Variations
Color information
#8208DD (or 0x8208DD) is known color: Dark Violet. HEX triplet: 82, 08 and DD. RGB value is (130,8,221). Sum of RGB (Red+Green+Blue) = 130+8+221=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 221 (86.72% from 255 or 61.56% from 359); Max value from RGB is 221 - color contains mainly: blue. Hex color #8208DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8208DD is #7DF722. Grayscale: #444444. Windows color (decimal): -8255267 or 14485634. OLE color: 14485634.
HSL color Cylindrical-coordinate representation of color #8208DD: hue angle of 274.37º degrees, saturation: 0.93, 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 #8208DD is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 8 | 221 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.13 |
| HSL | 274.37º | 0.93% | 0.45% | - |
| HSV(B) | 274.37º | 0.96% | 0.87% | - |
| XYZ | 22.34 | 10.14 | 69.19 | - |
| YUV | 68.76 | 213.92 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 8 | 221 | 0.41 | 0.96 | 0 | 0.13 | 274.37 | 0.93 | 0.45 |
| Hex | 82 | 8 | DD | 29 | 60 | 0 | D | 112 | 5D | 2D |
| Octal | 202 | 10 | 335 | 51 | 140 | 0 | 15 | 422 | 135 | 55 |
| Binary | 10000010 | 1000 | 11011101 | 101001 | 1100000 | 0 | 1101 | 100010010 | 1011101 | 101101 |
Color Harmonies of #8208DD
Complementary color
Monochromatic Colors of #8208DD
Black with #8208DD
Text Example
Text Example
White with #8208DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8208DD; }
p { color: rgb(130,8,221); }
H1.HeaderClassName
{
color: #8208DD;
}
.AnyTagClassName
{
color: #8208DD;
}
</style>
background-color css
<style>
a { background-color: #8208DD; }
a { background-color: rgb(130,8,221); }
div.DivClassName
{
background-color: #8208DD;
}
.BgClassName
{
background-color: #8208DD;
}
</style>
border-color css
<style>
span { border-color: #8208DD; }
span { border-color: rgb(130,8,221); }
td.TdClassName
{
border-color: #8208DD;
}
.TagClassName
{
border-color: #8208DD;
}
</style>