Shades of Dark Violet #820CCB
Tints of Dark Violet #820CCB
RGB
CMYK
RGB Variations
Color information
#820CCB (or 0x820CCB) is known color: Dark Violet. HEX triplet: 82, 0C and CB. RGB value is (130,12,203). Sum of RGB (Red+Green+Blue) = 130+12+203=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #820CCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820CCB is #7DF334. Grayscale: #444444. Windows color (decimal): -8254261 or 13307010. OLE color: 13307010.
HSL color Cylindrical-coordinate representation of color #820CCB: hue angle of 277.07º 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 #820CCB is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 12 | 203 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.20 |
| HSL | 277.07º | 0.89% | 0.42% | - |
| HSV(B) | 277.07º | 0.94% | 0.8% | - |
| XYZ | 20.12 | 9.32 | 57.24 | - |
| YUV | 69.06 | 203.59 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 12 | 203 | 0.36 | 0.94 | 0 | 0.20 | 277.07 | 0.89 | 0.42 |
| Hex | 82 | C | CB | 24 | 5E | 0 | 14 | 115 | 59 | 2A |
| Octal | 202 | 14 | 313 | 44 | 136 | 0 | 24 | 425 | 131 | 52 |
| Binary | 10000010 | 1100 | 11001011 | 100100 | 1011110 | 0 | 10100 | 100010101 | 1011001 | 101010 |
Color Harmonies of #820CCB
Complementary color
Monochromatic Colors of #820CCB
Black with #820CCB
Text Example
Text Example
White with #820CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820CCB; }
p { color: rgb(130,12,203); }
H1.HeaderClassName
{
color: #820CCB;
}
.AnyTagClassName
{
color: #820CCB;
}
</style>
background-color css
<style>
a { background-color: #820CCB; }
a { background-color: rgb(130,12,203); }
div.DivClassName
{
background-color: #820CCB;
}
.BgClassName
{
background-color: #820CCB;
}
</style>
border-color css
<style>
span { border-color: #820CCB; }
span { border-color: rgb(130,12,203); }
td.TdClassName
{
border-color: #820CCB;
}
.TagClassName
{
border-color: #820CCB;
}
</style>