Shades of Dark Violet #8208DA
Tints of Dark Violet #8208DA
RGB
CMYK
RGB Variations
Color information
#8208DA (or 0x8208DA) is known color: Dark Violet. HEX triplet: 82, 08 and DA. RGB value is (130,8,218). Sum of RGB (Red+Green+Blue) = 130+8+218=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 218 (85.55% from 255 or 61.24% from 356); Max value from RGB is 218 - color contains mainly: blue. Hex color #8208DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8208DA is #7DF725. Grayscale: #434343. Windows color (decimal): -8255270 or 14289026. OLE color: 14289026.
HSL color Cylindrical-coordinate representation of color #8208DA: hue angle of 274.86º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8208DA is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 8 | 218 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.15 |
| HSL | 274.86º | 0.93% | 0.44% | - |
| HSV(B) | 274.86º | 0.96% | 0.85% | - |
| XYZ | 21.95 | 9.98 | 67.1 | - |
| YUV | 68.42 | 212.42 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 8 | 218 | 0.40 | 0.96 | 0 | 0.15 | 274.86 | 0.93 | 0.44 |
| Hex | 82 | 8 | DA | 28 | 60 | 0 | F | 113 | 5D | 2C |
| Octal | 202 | 10 | 332 | 50 | 140 | 0 | 17 | 423 | 135 | 54 |
| Binary | 10000010 | 1000 | 11011010 | 101000 | 1100000 | 0 | 1111 | 100010011 | 1011101 | 101100 |
Color Harmonies of #8208DA
Complementary color
Monochromatic Colors of #8208DA
Black with #8208DA
Text Example
Text Example
White with #8208DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8208DA; }
p { color: rgb(130,8,218); }
H1.HeaderClassName
{
color: #8208DA;
}
.AnyTagClassName
{
color: #8208DA;
}
</style>
background-color css
<style>
a { background-color: #8208DA; }
a { background-color: rgb(130,8,218); }
div.DivClassName
{
background-color: #8208DA;
}
.BgClassName
{
background-color: #8208DA;
}
</style>
border-color css
<style>
span { border-color: #8208DA; }
span { border-color: rgb(130,8,218); }
td.TdClassName
{
border-color: #8208DA;
}
.TagClassName
{
border-color: #8208DA;
}
</style>