Shades of Dark Violet #820FB7
Tints of Dark Violet #820FB7
RGB
CMYK
RGB Variations
Color information
#820FB7 (or 0x820FB7) is known color: Dark Violet. HEX triplet: 82, 0F and B7. RGB value is (130,15,183). Sum of RGB (Red+Green+Blue) = 130+15+183=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 183 (71.88% from 255 or 55.79% from 328); Max value from RGB is 183 - color contains mainly: blue. Hex color #820FB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820FB7 is #7DF048. Grayscale: #434343. Windows color (decimal): -8253513 or 11997058. OLE color: 11997058.
HSL color Cylindrical-coordinate representation of color #820FB7: hue angle of 281.07º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820FB7 is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 15 | 183 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.28 |
| HSL | 281.07º | 0.85% | 0.39% | - |
| HSV(B) | 281.07º | 0.92% | 0.72% | - |
| XYZ | 17.92 | 8.51 | 45.5 | - |
| YUV | 68.54 | 192.6 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 183 | 0.29 | 0.92 | 0 | 0.28 | 281.07 | 0.85 | 0.39 |
| Hex | 82 | F | B7 | 1D | 5C | 0 | 1C | 119 | 55 | 27 |
| Octal | 202 | 17 | 267 | 35 | 134 | 0 | 34 | 431 | 125 | 47 |
| Binary | 10000010 | 1111 | 10110111 | 11101 | 1011100 | 0 | 11100 | 100011001 | 1010101 | 100111 |
Color Harmonies of #820FB7
Complementary color
Monochromatic Colors of #820FB7
Black with #820FB7
Text Example
Text Example
White with #820FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820FB7; }
p { color: rgb(130,15,183); }
H1.HeaderClassName
{
color: #820FB7;
}
.AnyTagClassName
{
color: #820FB7;
}
</style>
background-color css
<style>
a { background-color: #820FB7; }
a { background-color: rgb(130,15,183); }
div.DivClassName
{
background-color: #820FB7;
}
.BgClassName
{
background-color: #820FB7;
}
</style>
border-color css
<style>
span { border-color: #820FB7; }
span { border-color: rgb(130,15,183); }
td.TdClassName
{
border-color: #820FB7;
}
.TagClassName
{
border-color: #820FB7;
}
</style>