Shades of Dark Violet #820FBB
Tints of Dark Violet #820FBB
RGB
CMYK
RGB Variations
Color information
#820FBB (or 0x820FBB) is known color: Dark Violet. HEX triplet: 82, 0F and BB. RGB value is (130,15,187). Sum of RGB (Red+Green+Blue) = 130+15+187=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 15 (6.25% from 255 or 4.52% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #820FBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820FBB is #7DF044. Grayscale: #444444. Windows color (decimal): -8253509 or 12259202. OLE color: 12259202.
HSL color Cylindrical-coordinate representation of color #820FBB: hue angle of 280.12º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820FBB is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 15 | 187 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.27 |
| HSL | 280.12º | 0.85% | 0.4% | - |
| HSV(B) | 280.12º | 0.92% | 0.73% | - |
| XYZ | 18.35 | 8.68 | 47.72 | - |
| YUV | 68.99 | 194.6 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 187 | 0.30 | 0.92 | 0 | 0.27 | 280.12 | 0.85 | 0.4 |
| Hex | 82 | F | BB | 1E | 5C | 0 | 1B | 118 | 55 | 28 |
| Octal | 202 | 17 | 273 | 36 | 134 | 0 | 33 | 430 | 125 | 50 |
| Binary | 10000010 | 1111 | 10111011 | 11110 | 1011100 | 0 | 11011 | 100011000 | 1010101 | 101000 |
Color Harmonies of #820FBB
Complementary color
Monochromatic Colors of #820FBB
Black with #820FBB
Text Example
Text Example
White with #820FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820FBB; }
p { color: rgb(130,15,187); }
H1.HeaderClassName
{
color: #820FBB;
}
.AnyTagClassName
{
color: #820FBB;
}
</style>
background-color css
<style>
a { background-color: #820FBB; }
a { background-color: rgb(130,15,187); }
div.DivClassName
{
background-color: #820FBB;
}
.BgClassName
{
background-color: #820FBB;
}
</style>
border-color css
<style>
span { border-color: #820FBB; }
span { border-color: rgb(130,15,187); }
td.TdClassName
{
border-color: #820FBB;
}
.TagClassName
{
border-color: #820FBB;
}
</style>