Shades of Dark Violet #820BBD
Tints of Dark Violet #820BBD
RGB
CMYK
RGB Variations
Color information
#820BBD (or 0x820BBD) is known color: Dark Violet. HEX triplet: 82, 0B and BD. RGB value is (130,11,189). Sum of RGB (Red+Green+Blue) = 130+11+189=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #820BBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820BBD is #7DF442. Grayscale: #424242. Windows color (decimal): -8254531 or 12389250. OLE color: 12389250.
HSL color Cylindrical-coordinate representation of color #820BBD: hue angle of 280.11º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820BBD is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 11 | 189 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.26 |
| HSL | 280.11º | 0.89% | 0.39% | - |
| HSV(B) | 280.11º | 0.94% | 0.74% | - |
| XYZ | 18.51 | 8.66 | 48.84 | - |
| YUV | 66.87 | 196.92 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 11 | 189 | 0.31 | 0.94 | 0 | 0.26 | 280.11 | 0.89 | 0.39 |
| Hex | 82 | B | BD | 1F | 5E | 0 | 1A | 118 | 59 | 27 |
| Octal | 202 | 13 | 275 | 37 | 136 | 0 | 32 | 430 | 131 | 47 |
| Binary | 10000010 | 1011 | 10111101 | 11111 | 1011110 | 0 | 11010 | 100011000 | 1011001 | 100111 |
Color Harmonies of #820BBD
Complementary color
Monochromatic Colors of #820BBD
Black with #820BBD
Text Example
Text Example
White with #820BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820BBD; }
p { color: rgb(130,11,189); }
H1.HeaderClassName
{
color: #820BBD;
}
.AnyTagClassName
{
color: #820BBD;
}
</style>
background-color css
<style>
a { background-color: #820BBD; }
a { background-color: rgb(130,11,189); }
div.DivClassName
{
background-color: #820BBD;
}
.BgClassName
{
background-color: #820BBD;
}
</style>
border-color css
<style>
span { border-color: #820BBD; }
span { border-color: rgb(130,11,189); }
td.TdClassName
{
border-color: #820BBD;
}
.TagClassName
{
border-color: #820BBD;
}
</style>