Shades of Dark Violet #820CC8
Tints of Dark Violet #820CC8
RGB
CMYK
RGB Variations
Color information
#820CC8 (or 0x820CC8) is known color: Dark Violet. HEX triplet: 82, 0C and C8. RGB value is (130,12,200). Sum of RGB (Red+Green+Blue) = 130+12+200=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 200 (78.52% from 255 or 58.48% from 342); Max value from RGB is 200 - color contains mainly: blue. Hex color #820CC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820CC8 is #7DF337. Grayscale: #444444. Windows color (decimal): -8254264 or 13110402. OLE color: 13110402.
HSL color Cylindrical-coordinate representation of color #820CC8: hue angle of 277.66º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820CC8 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 12 | 200 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.22 |
| HSL | 277.66º | 0.89% | 0.42% | - |
| HSV(B) | 277.66º | 0.94% | 0.78% | - |
| XYZ | 19.76 | 9.18 | 55.37 | - |
| YUV | 68.71 | 202.09 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 12 | 200 | 0.35 | 0.94 | 0 | 0.22 | 277.66 | 0.89 | 0.42 |
| Hex | 82 | C | C8 | 23 | 5E | 0 | 16 | 116 | 59 | 2A |
| Octal | 202 | 14 | 310 | 43 | 136 | 0 | 26 | 426 | 131 | 52 |
| Binary | 10000010 | 1100 | 11001000 | 100011 | 1011110 | 0 | 10110 | 100010110 | 1011001 | 101010 |
Color Harmonies of #820CC8
Complementary color
Monochromatic Colors of #820CC8
Black with #820CC8
Text Example
Text Example
White with #820CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820CC8; }
p { color: rgb(130,12,200); }
H1.HeaderClassName
{
color: #820CC8;
}
.AnyTagClassName
{
color: #820CC8;
}
</style>
background-color css
<style>
a { background-color: #820CC8; }
a { background-color: rgb(130,12,200); }
div.DivClassName
{
background-color: #820CC8;
}
.BgClassName
{
background-color: #820CC8;
}
</style>
border-color css
<style>
span { border-color: #820CC8; }
span { border-color: rgb(130,12,200); }
td.TdClassName
{
border-color: #820CC8;
}
.TagClassName
{
border-color: #820CC8;
}
</style>