Shades of Dark Violet #820CB6
Tints of Dark Violet #820CB6
RGB
CMYK
RGB Variations
Color information
#820CB6 (or 0x820CB6) is known color: Dark Violet. HEX triplet: 82, 0C and B6. RGB value is (130,12,182). Sum of RGB (Red+Green+Blue) = 130+12+182=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 182 (71.48% from 255 or 56.17% from 324); Max value from RGB is 182 - color contains mainly: blue. Hex color #820CB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820CB6 is #7DF349. Grayscale: #424242. Windows color (decimal): -8254282 or 11930754. OLE color: 11930754.
HSL color Cylindrical-coordinate representation of color #820CB6: hue angle of 281.65º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820CB6 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 12 | 182 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.29 |
| HSL | 281.65º | 0.88% | 0.38% | - |
| HSV(B) | 281.65º | 0.93% | 0.71% | - |
| XYZ | 17.78 | 8.39 | 44.94 | - |
| YUV | 66.66 | 193.09 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 12 | 182 | 0.29 | 0.93 | 0 | 0.29 | 281.65 | 0.88 | 0.38 |
| Hex | 82 | C | B6 | 1D | 5D | 0 | 1D | 11A | 58 | 26 |
| Octal | 202 | 14 | 266 | 35 | 135 | 0 | 35 | 432 | 130 | 46 |
| Binary | 10000010 | 1100 | 10110110 | 11101 | 1011101 | 0 | 11101 | 100011010 | 1011000 | 100110 |
Color Harmonies of #820CB6
Complementary color
Monochromatic Colors of #820CB6
Black with #820CB6
Text Example
Text Example
White with #820CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820CB6; }
p { color: rgb(130,12,182); }
H1.HeaderClassName
{
color: #820CB6;
}
.AnyTagClassName
{
color: #820CB6;
}
</style>
background-color css
<style>
a { background-color: #820CB6; }
a { background-color: rgb(130,12,182); }
div.DivClassName
{
background-color: #820CB6;
}
.BgClassName
{
background-color: #820CB6;
}
</style>
border-color css
<style>
span { border-color: #820CB6; }
span { border-color: rgb(130,12,182); }
td.TdClassName
{
border-color: #820CB6;
}
.TagClassName
{
border-color: #820CB6;
}
</style>