Shades of Dark Violet #820BBB
Tints of Dark Violet #820BBB
RGB
CMYK
RGB Variations
Color information
#820BBB (or 0x820BBB) is known color: Dark Violet. HEX triplet: 82, 0B and BB. RGB value is (130,11,187). Sum of RGB (Red+Green+Blue) = 130+11+187=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #820BBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820BBB is #7DF444. Grayscale: #424242. Windows color (decimal): -8254533 or 12258178. OLE color: 12258178.
HSL color Cylindrical-coordinate representation of color #820BBB: hue angle of 280.57º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820BBB is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 11 | 187 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.27 |
| HSL | 280.57º | 0.89% | 0.39% | - |
| HSV(B) | 280.57º | 0.94% | 0.73% | - |
| XYZ | 18.3 | 8.57 | 47.7 | - |
| YUV | 66.65 | 195.92 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 11 | 187 | 0.30 | 0.94 | 0 | 0.27 | 280.57 | 0.89 | 0.39 |
| Hex | 82 | B | BB | 1E | 5E | 0 | 1B | 119 | 59 | 27 |
| Octal | 202 | 13 | 273 | 36 | 136 | 0 | 33 | 431 | 131 | 47 |
| Binary | 10000010 | 1011 | 10111011 | 11110 | 1011110 | 0 | 11011 | 100011001 | 1011001 | 100111 |
Color Harmonies of #820BBB
Complementary color
Monochromatic Colors of #820BBB
Black with #820BBB
Text Example
Text Example
White with #820BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820BBB; }
p { color: rgb(130,11,187); }
H1.HeaderClassName
{
color: #820BBB;
}
.AnyTagClassName
{
color: #820BBB;
}
</style>
background-color css
<style>
a { background-color: #820BBB; }
a { background-color: rgb(130,11,187); }
div.DivClassName
{
background-color: #820BBB;
}
.BgClassName
{
background-color: #820BBB;
}
</style>
border-color css
<style>
span { border-color: #820BBB; }
span { border-color: rgb(130,11,187); }
td.TdClassName
{
border-color: #820BBB;
}
.TagClassName
{
border-color: #820BBB;
}
</style>