Shades of Dark Violet #820BCB
Tints of Dark Violet #820BCB
RGB
CMYK
RGB Variations
Color information
#820BCB (or 0x820BCB) is known color: Dark Violet. HEX triplet: 82, 0B and CB. RGB value is (130,11,203). Sum of RGB (Red+Green+Blue) = 130+11+203=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 11 (4.69% from 255 or 3.20% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #820BCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820BCB is #7DF434. Grayscale: #434343. Windows color (decimal): -8254517 or 13306754. OLE color: 13306754.
HSL color Cylindrical-coordinate representation of color #820BCB: hue angle of 277.19º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820BCB is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 11 | 203 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.20 |
| HSL | 277.19º | 0.9% | 0.42% | - |
| HSV(B) | 277.19º | 0.95% | 0.8% | - |
| XYZ | 20.11 | 9.3 | 57.23 | - |
| YUV | 68.47 | 203.92 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 11 | 203 | 0.36 | 0.95 | 0 | 0.20 | 277.19 | 0.9 | 0.42 |
| Hex | 82 | B | CB | 24 | 5F | 0 | 14 | 115 | 5A | 2A |
| Octal | 202 | 13 | 313 | 44 | 137 | 0 | 24 | 425 | 132 | 52 |
| Binary | 10000010 | 1011 | 11001011 | 100100 | 1011111 | 0 | 10100 | 100010101 | 1011010 | 101010 |
Color Harmonies of #820BCB
Complementary color
Monochromatic Colors of #820BCB
Black with #820BCB
Text Example
Text Example
White with #820BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820BCB; }
p { color: rgb(130,11,203); }
H1.HeaderClassName
{
color: #820BCB;
}
.AnyTagClassName
{
color: #820BCB;
}
</style>
background-color css
<style>
a { background-color: #820BCB; }
a { background-color: rgb(130,11,203); }
div.DivClassName
{
background-color: #820BCB;
}
.BgClassName
{
background-color: #820BCB;
}
</style>
border-color css
<style>
span { border-color: #820BCB; }
span { border-color: rgb(130,11,203); }
td.TdClassName
{
border-color: #820BCB;
}
.TagClassName
{
border-color: #820BCB;
}
</style>