Shades of Dark Violet #820FBA
Tints of Dark Violet #820FBA
RGB
CMYK
RGB Variations
Color information
#820FBA (or 0x820FBA) is known color: Dark Violet. HEX triplet: 82, 0F and BA. RGB value is (130,15,186). Sum of RGB (Red+Green+Blue) = 130+15+186=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #820FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820FBA is #7DF045. Grayscale: #444444. Windows color (decimal): -8253510 or 12193666. OLE color: 12193666.
HSL color Cylindrical-coordinate representation of color #820FBA: hue angle of 280.35º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820FBA is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 15 | 186 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.27 |
| HSL | 280.35º | 0.85% | 0.39% | - |
| HSV(B) | 280.35º | 0.92% | 0.73% | - |
| XYZ | 18.24 | 8.63 | 47.16 | - |
| YUV | 68.88 | 194.1 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 186 | 0.30 | 0.92 | 0 | 0.27 | 280.35 | 0.85 | 0.39 |
| Hex | 82 | F | BA | 1E | 5C | 0 | 1B | 118 | 55 | 27 |
| Octal | 202 | 17 | 272 | 36 | 134 | 0 | 33 | 430 | 125 | 47 |
| Binary | 10000010 | 1111 | 10111010 | 11110 | 1011100 | 0 | 11011 | 100011000 | 1010101 | 100111 |
Color Harmonies of #820FBA
Complementary color
Monochromatic Colors of #820FBA
Black with #820FBA
Text Example
Text Example
White with #820FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820FBA; }
p { color: rgb(130,15,186); }
H1.HeaderClassName
{
color: #820FBA;
}
.AnyTagClassName
{
color: #820FBA;
}
</style>
background-color css
<style>
a { background-color: #820FBA; }
a { background-color: rgb(130,15,186); }
div.DivClassName
{
background-color: #820FBA;
}
.BgClassName
{
background-color: #820FBA;
}
</style>
border-color css
<style>
span { border-color: #820FBA; }
span { border-color: rgb(130,15,186); }
td.TdClassName
{
border-color: #820FBA;
}
.TagClassName
{
border-color: #820FBA;
}
</style>