Shades of Dark Violet #820FBF
Tints of Dark Violet #820FBF
RGB
CMYK
RGB Variations
Color information
#820FBF (or 0x820FBF) is known color: Dark Violet. HEX triplet: 82, 0F and BF. RGB value is (130,15,191). Sum of RGB (Red+Green+Blue) = 130+15+191=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #820FBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820FBF is #7DF040. Grayscale: #444444. Windows color (decimal): -8253505 or 12521346. OLE color: 12521346.
HSL color Cylindrical-coordinate representation of color #820FBF: hue angle of 279.2º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820FBF is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 15 | 191 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.25 |
| HSL | 279.2º | 0.85% | 0.4% | - |
| HSV(B) | 279.2º | 0.92% | 0.75% | - |
| XYZ | 18.78 | 8.85 | 50.01 | - |
| YUV | 69.45 | 196.6 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 191 | 0.32 | 0.92 | 0 | 0.25 | 279.2 | 0.85 | 0.4 |
| Hex | 82 | F | BF | 20 | 5C | 0 | 19 | 117 | 55 | 28 |
| Octal | 202 | 17 | 277 | 40 | 134 | 0 | 31 | 427 | 125 | 50 |
| Binary | 10000010 | 1111 | 10111111 | 100000 | 1011100 | 0 | 11001 | 100010111 | 1010101 | 101000 |
Color Harmonies of #820FBF
Complementary color
Monochromatic Colors of #820FBF
Black with #820FBF
Text Example
Text Example
White with #820FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820FBF; }
p { color: rgb(130,15,191); }
H1.HeaderClassName
{
color: #820FBF;
}
.AnyTagClassName
{
color: #820FBF;
}
</style>
background-color css
<style>
a { background-color: #820FBF; }
a { background-color: rgb(130,15,191); }
div.DivClassName
{
background-color: #820FBF;
}
.BgClassName
{
background-color: #820FBF;
}
</style>
border-color css
<style>
span { border-color: #820FBF; }
span { border-color: rgb(130,15,191); }
td.TdClassName
{
border-color: #820FBF;
}
.TagClassName
{
border-color: #820FBF;
}
</style>