Shades of Dark Violet #820DBB
Tints of Dark Violet #820DBB
RGB
CMYK
RGB Variations
Color information
#820DBB (or 0x820DBB) is known color: Dark Violet. HEX triplet: 82, 0D and BB. RGB value is (130,13,187). Sum of RGB (Red+Green+Blue) = 130+13+187=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #820DBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820DBB is #7DF244. Grayscale: #434343. Windows color (decimal): -8254021 or 12258690. OLE color: 12258690.
HSL color Cylindrical-coordinate representation of color #820DBB: hue angle of 280.34º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820DBB is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 13 | 187 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.27 |
| HSL | 280.34º | 0.87% | 0.39% | - |
| HSV(B) | 280.34º | 0.93% | 0.73% | - |
| XYZ | 18.32 | 8.62 | 47.71 | - |
| YUV | 67.82 | 195.26 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 187 | 0.30 | 0.93 | 0 | 0.27 | 280.34 | 0.87 | 0.39 |
| Hex | 82 | D | BB | 1E | 5D | 0 | 1B | 118 | 57 | 27 |
| Octal | 202 | 15 | 273 | 36 | 135 | 0 | 33 | 430 | 127 | 47 |
| Binary | 10000010 | 1101 | 10111011 | 11110 | 1011101 | 0 | 11011 | 100011000 | 1010111 | 100111 |
Color Harmonies of #820DBB
Complementary color
Monochromatic Colors of #820DBB
Black with #820DBB
Text Example
Text Example
White with #820DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820DBB; }
p { color: rgb(130,13,187); }
H1.HeaderClassName
{
color: #820DBB;
}
.AnyTagClassName
{
color: #820DBB;
}
</style>
background-color css
<style>
a { background-color: #820DBB; }
a { background-color: rgb(130,13,187); }
div.DivClassName
{
background-color: #820DBB;
}
.BgClassName
{
background-color: #820DBB;
}
</style>
border-color css
<style>
span { border-color: #820DBB; }
span { border-color: rgb(130,13,187); }
td.TdClassName
{
border-color: #820DBB;
}
.TagClassName
{
border-color: #820DBB;
}
</style>