Shades of Dark Violet #820CCC
Tints of Dark Violet #820CCC
RGB
CMYK
RGB Variations
Color information
#820CCC (or 0x820CCC) is known color: Dark Violet. HEX triplet: 82, 0C and CC. RGB value is (130,12,204). Sum of RGB (Red+Green+Blue) = 130+12+204=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #820CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820CCC is #7DF333. Grayscale: #444444. Windows color (decimal): -8254260 or 13372546. OLE color: 13372546.
HSL color Cylindrical-coordinate representation of color #820CCC: hue angle of 276.88º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820CCC is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 12 | 204 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.2 |
| HSL | 276.88º | 0.89% | 0.42% | - |
| HSV(B) | 276.88º | 0.94% | 0.8% | - |
| XYZ | 20.24 | 9.37 | 57.87 | - |
| YUV | 69.17 | 204.09 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 12 | 204 | 0.36 | 0.94 | 0 | 0.2 | 276.88 | 0.89 | 0.42 |
| Hex | 82 | C | CC | 24 | 5E | 0 | 14 | 115 | 59 | 2A |
| Octal | 202 | 14 | 314 | 44 | 136 | 0 | 24 | 425 | 131 | 52 |
| Binary | 10000010 | 1100 | 11001100 | 100100 | 1011110 | 0 | 10100 | 100010101 | 1011001 | 101010 |
Color Harmonies of #820CCC
Complementary color
Monochromatic Colors of #820CCC
Black with #820CCC
Text Example
Text Example
White with #820CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820CCC; }
p { color: rgb(130,12,204); }
H1.HeaderClassName
{
color: #820CCC;
}
.AnyTagClassName
{
color: #820CCC;
}
</style>
background-color css
<style>
a { background-color: #820CCC; }
a { background-color: rgb(130,12,204); }
div.DivClassName
{
background-color: #820CCC;
}
.BgClassName
{
background-color: #820CCC;
}
</style>
border-color css
<style>
span { border-color: #820CCC; }
span { border-color: rgb(130,12,204); }
td.TdClassName
{
border-color: #820CCC;
}
.TagClassName
{
border-color: #820CCC;
}
</style>