Shades of Dark Violet #820BC3
Tints of Dark Violet #820BC3
RGB
CMYK
RGB Variations
Color information
#820BC3 (or 0x820BC3) is known color: Dark Violet. HEX triplet: 82, 0B and C3. RGB value is (130,11,195). Sum of RGB (Red+Green+Blue) = 130+11+195=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 195 (76.56% from 255 or 58.04% from 336); Max value from RGB is 195 - color contains mainly: blue. Hex color #820BC3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820BC3 is #7DF43C. Grayscale: #424242. Windows color (decimal): -8254525 or 12782466. OLE color: 12782466.
HSL color Cylindrical-coordinate representation of color #820BC3: hue angle of 278.8º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820BC3 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 11 | 195 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.24 |
| HSL | 278.8º | 0.89% | 0.4% | - |
| HSV(B) | 278.8º | 0.94% | 0.76% | - |
| XYZ | 19.18 | 8.93 | 52.34 | - |
| YUV | 67.56 | 199.92 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 11 | 195 | 0.33 | 0.94 | 0 | 0.24 | 278.8 | 0.89 | 0.4 |
| Hex | 82 | B | C3 | 21 | 5E | 0 | 18 | 117 | 59 | 28 |
| Octal | 202 | 13 | 303 | 41 | 136 | 0 | 30 | 427 | 131 | 50 |
| Binary | 10000010 | 1011 | 11000011 | 100001 | 1011110 | 0 | 11000 | 100010111 | 1011001 | 101000 |
Color Harmonies of #820BC3
Complementary color
Monochromatic Colors of #820BC3
Black with #820BC3
Text Example
Text Example
White with #820BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820BC3; }
p { color: rgb(130,11,195); }
H1.HeaderClassName
{
color: #820BC3;
}
.AnyTagClassName
{
color: #820BC3;
}
</style>
background-color css
<style>
a { background-color: #820BC3; }
a { background-color: rgb(130,11,195); }
div.DivClassName
{
background-color: #820BC3;
}
.BgClassName
{
background-color: #820BC3;
}
</style>
border-color css
<style>
span { border-color: #820BC3; }
span { border-color: rgb(130,11,195); }
td.TdClassName
{
border-color: #820BC3;
}
.TagClassName
{
border-color: #820BC3;
}
</style>