Shades of Dark Violet #820ABC
Tints of Dark Violet #820ABC
RGB
CMYK
RGB Variations
Color information
#820ABC (or 0x820ABC) is known color: Dark Violet. HEX triplet: 82, 0A and BC. RGB value is (130,10,188). Sum of RGB (Red+Green+Blue) = 130+10+188=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #820ABC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820ABC is #7DF543. Grayscale: #414141. Windows color (decimal): -8254788 or 12323458. OLE color: 12323458.
HSL color Cylindrical-coordinate representation of color #820ABC: hue angle of 280.45º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820ABC is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 10 | 188 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.26 |
| HSL | 280.45º | 0.9% | 0.39% | - |
| HSV(B) | 280.45º | 0.95% | 0.74% | - |
| XYZ | 18.39 | 8.59 | 48.27 | - |
| YUV | 66.17 | 196.76 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 10 | 188 | 0.31 | 0.95 | 0 | 0.26 | 280.45 | 0.9 | 0.39 |
| Hex | 82 | A | BC | 1F | 5F | 0 | 1A | 118 | 5A | 27 |
| Octal | 202 | 12 | 274 | 37 | 137 | 0 | 32 | 430 | 132 | 47 |
| Binary | 10000010 | 1010 | 10111100 | 11111 | 1011111 | 0 | 11010 | 100011000 | 1011010 | 100111 |
Color Harmonies of #820ABC
Complementary color
Monochromatic Colors of #820ABC
Black with #820ABC
Text Example
Text Example
White with #820ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820ABC; }
p { color: rgb(130,10,188); }
H1.HeaderClassName
{
color: #820ABC;
}
.AnyTagClassName
{
color: #820ABC;
}
</style>
background-color css
<style>
a { background-color: #820ABC; }
a { background-color: rgb(130,10,188); }
div.DivClassName
{
background-color: #820ABC;
}
.BgClassName
{
background-color: #820ABC;
}
</style>
border-color css
<style>
span { border-color: #820ABC; }
span { border-color: rgb(130,10,188); }
td.TdClassName
{
border-color: #820ABC;
}
.TagClassName
{
border-color: #820ABC;
}
</style>