Shades of Dark Violet #820BCE
Tints of Dark Violet #820BCE
RGB
CMYK
RGB Variations
Color information
#820BCE (or 0x820BCE) is known color: Dark Violet. HEX triplet: 82, 0B and CE. RGB value is (130,11,206). Sum of RGB (Red+Green+Blue) = 130+11+206=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #820BCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820BCE is #7DF431. Grayscale: #444444. Windows color (decimal): -8254514 or 13503362. OLE color: 13503362.
HSL color Cylindrical-coordinate representation of color #820BCE: hue angle of 276.62º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820BCE is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 11 | 206 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.19 |
| HSL | 276.62º | 0.9% | 0.43% | - |
| HSV(B) | 276.62º | 0.95% | 0.81% | - |
| XYZ | 20.47 | 9.44 | 59.14 | - |
| YUV | 68.81 | 205.42 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 11 | 206 | 0.37 | 0.95 | 0 | 0.19 | 276.62 | 0.9 | 0.43 |
| Hex | 82 | B | CE | 25 | 5F | 0 | 13 | 115 | 5A | 2B |
| Octal | 202 | 13 | 316 | 45 | 137 | 0 | 23 | 425 | 132 | 53 |
| Binary | 10000010 | 1011 | 11001110 | 100101 | 1011111 | 0 | 10011 | 100010101 | 1011010 | 101011 |
Color Harmonies of #820BCE
Complementary color
Monochromatic Colors of #820BCE
Black with #820BCE
Text Example
Text Example
White with #820BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820BCE; }
p { color: rgb(130,11,206); }
H1.HeaderClassName
{
color: #820BCE;
}
.AnyTagClassName
{
color: #820BCE;
}
</style>
background-color css
<style>
a { background-color: #820BCE; }
a { background-color: rgb(130,11,206); }
div.DivClassName
{
background-color: #820BCE;
}
.BgClassName
{
background-color: #820BCE;
}
</style>
border-color css
<style>
span { border-color: #820BCE; }
span { border-color: rgb(130,11,206); }
td.TdClassName
{
border-color: #820BCE;
}
.TagClassName
{
border-color: #820BCE;
}
</style>