Shades of Dark Violet #820BC5
Tints of Dark Violet #820BC5
RGB
CMYK
RGB Variations
Color information
#820BC5 (or 0x820BC5) is known color: Dark Violet. HEX triplet: 82, 0B and C5. RGB value is (130,11,197). Sum of RGB (Red+Green+Blue) = 130+11+197=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 197 (77.34% from 255 or 58.28% from 338); Max value from RGB is 197 - color contains mainly: blue. Hex color #820BC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820BC5 is #7DF43A. Grayscale: #434343. Windows color (decimal): -8254523 or 12913538. OLE color: 12913538.
HSL color Cylindrical-coordinate representation of color #820BC5: hue angle of 278.39º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820BC5 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 11 | 197 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.23 |
| HSL | 278.39º | 0.89% | 0.41% | - |
| HSV(B) | 278.39º | 0.94% | 0.77% | - |
| XYZ | 19.4 | 9.02 | 53.54 | - |
| YUV | 67.79 | 200.92 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 11 | 197 | 0.34 | 0.94 | 0 | 0.23 | 278.39 | 0.89 | 0.41 |
| Hex | 82 | B | C5 | 22 | 5E | 0 | 17 | 116 | 59 | 29 |
| Octal | 202 | 13 | 305 | 42 | 136 | 0 | 27 | 426 | 131 | 51 |
| Binary | 10000010 | 1011 | 11000101 | 100010 | 1011110 | 0 | 10111 | 100010110 | 1011001 | 101001 |
Color Harmonies of #820BC5
Complementary color
Monochromatic Colors of #820BC5
Black with #820BC5
Text Example
Text Example
White with #820BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820BC5; }
p { color: rgb(130,11,197); }
H1.HeaderClassName
{
color: #820BC5;
}
.AnyTagClassName
{
color: #820BC5;
}
</style>
background-color css
<style>
a { background-color: #820BC5; }
a { background-color: rgb(130,11,197); }
div.DivClassName
{
background-color: #820BC5;
}
.BgClassName
{
background-color: #820BC5;
}
</style>
border-color css
<style>
span { border-color: #820BC5; }
span { border-color: rgb(130,11,197); }
td.TdClassName
{
border-color: #820BC5;
}
.TagClassName
{
border-color: #820BC5;
}
</style>