Shades of Dark Violet #820DBF
Tints of Dark Violet #820DBF
RGB
CMYK
RGB Variations
Color information
#820DBF (or 0x820DBF) is known color: Dark Violet. HEX triplet: 82, 0D and BF. RGB value is (130,13,191). Sum of RGB (Red+Green+Blue) = 130+13+191=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #820DBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820DBF is #7DF240. Grayscale: #434343. Windows color (decimal): -8254017 or 12520834. OLE color: 12520834.
HSL color Cylindrical-coordinate representation of color #820DBF: hue angle of 279.44º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820DBF is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 13 | 191 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.25 |
| HSL | 279.44º | 0.87% | 0.4% | - |
| HSV(B) | 279.44º | 0.93% | 0.75% | - |
| XYZ | 18.75 | 8.8 | 50 | - |
| YUV | 68.28 | 197.26 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 191 | 0.32 | 0.93 | 0 | 0.25 | 279.44 | 0.87 | 0.4 |
| Hex | 82 | D | BF | 20 | 5D | 0 | 19 | 117 | 57 | 28 |
| Octal | 202 | 15 | 277 | 40 | 135 | 0 | 31 | 427 | 127 | 50 |
| Binary | 10000010 | 1101 | 10111111 | 100000 | 1011101 | 0 | 11001 | 100010111 | 1010111 | 101000 |
Color Harmonies of #820DBF
Complementary color
Monochromatic Colors of #820DBF
Black with #820DBF
Text Example
Text Example
White with #820DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820DBF; }
p { color: rgb(130,13,191); }
H1.HeaderClassName
{
color: #820DBF;
}
.AnyTagClassName
{
color: #820DBF;
}
</style>
background-color css
<style>
a { background-color: #820DBF; }
a { background-color: rgb(130,13,191); }
div.DivClassName
{
background-color: #820DBF;
}
.BgClassName
{
background-color: #820DBF;
}
</style>
border-color css
<style>
span { border-color: #820DBF; }
span { border-color: rgb(130,13,191); }
td.TdClassName
{
border-color: #820DBF;
}
.TagClassName
{
border-color: #820DBF;
}
</style>