Shades of Dark Violet #820DB7
Tints of Dark Violet #820DB7
RGB
CMYK
RGB Variations
Color information
#820DB7 (or 0x820DB7) is known color: Dark Violet. HEX triplet: 82, 0D and B7. RGB value is (130,13,183). Sum of RGB (Red+Green+Blue) = 130+13+183=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 183 (71.88% from 255 or 56.13% from 326); Max value from RGB is 183 - color contains mainly: blue. Hex color #820DB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820DB7 is #7DF248. Grayscale: #424242. Windows color (decimal): -8254025 or 11996546. OLE color: 11996546.
HSL color Cylindrical-coordinate representation of color #820DB7: hue angle of 281.29º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820DB7 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 13 | 183 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.28 |
| HSL | 281.29º | 0.87% | 0.38% | - |
| HSV(B) | 281.29º | 0.93% | 0.72% | - |
| XYZ | 17.9 | 8.45 | 45.49 | - |
| YUV | 67.36 | 193.26 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 183 | 0.29 | 0.93 | 0 | 0.28 | 281.29 | 0.87 | 0.38 |
| Hex | 82 | D | B7 | 1D | 5D | 0 | 1C | 119 | 57 | 26 |
| Octal | 202 | 15 | 267 | 35 | 135 | 0 | 34 | 431 | 127 | 46 |
| Binary | 10000010 | 1101 | 10110111 | 11101 | 1011101 | 0 | 11100 | 100011001 | 1010111 | 100110 |
Color Harmonies of #820DB7
Complementary color
Monochromatic Colors of #820DB7
Black with #820DB7
Text Example
Text Example
White with #820DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820DB7; }
p { color: rgb(130,13,183); }
H1.HeaderClassName
{
color: #820DB7;
}
.AnyTagClassName
{
color: #820DB7;
}
</style>
background-color css
<style>
a { background-color: #820DB7; }
a { background-color: rgb(130,13,183); }
div.DivClassName
{
background-color: #820DB7;
}
.BgClassName
{
background-color: #820DB7;
}
</style>
border-color css
<style>
span { border-color: #820DB7; }
span { border-color: rgb(130,13,183); }
td.TdClassName
{
border-color: #820DB7;
}
.TagClassName
{
border-color: #820DB7;
}
</style>