Shades of Dark Violet #820BCD
Tints of Dark Violet #820BCD
RGB
CMYK
RGB Variations
Color information
#820BCD (or 0x820BCD) is known color: Dark Violet. HEX triplet: 82, 0B and CD. RGB value is (130,11,205). Sum of RGB (Red+Green+Blue) = 130+11+205=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #820BCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820BCD is #7DF432. Grayscale: #444444. Windows color (decimal): -8254515 or 13437826. OLE color: 13437826.
HSL color Cylindrical-coordinate representation of color #820BCD: hue angle of 276.8º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820BCD is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 11 | 205 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.20 |
| HSL | 276.8º | 0.9% | 0.42% | - |
| HSV(B) | 276.8º | 0.95% | 0.8% | - |
| XYZ | 20.35 | 9.39 | 58.5 | - |
| YUV | 68.7 | 204.92 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 11 | 205 | 0.37 | 0.95 | 0 | 0.20 | 276.8 | 0.9 | 0.42 |
| Hex | 82 | B | CD | 25 | 5F | 0 | 14 | 115 | 5A | 2A |
| Octal | 202 | 13 | 315 | 45 | 137 | 0 | 24 | 425 | 132 | 52 |
| Binary | 10000010 | 1011 | 11001101 | 100101 | 1011111 | 0 | 10100 | 100010101 | 1011010 | 101010 |
Color Harmonies of #820BCD
Complementary color
Monochromatic Colors of #820BCD
Black with #820BCD
Text Example
Text Example
White with #820BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820BCD; }
p { color: rgb(130,11,205); }
H1.HeaderClassName
{
color: #820BCD;
}
.AnyTagClassName
{
color: #820BCD;
}
</style>
background-color css
<style>
a { background-color: #820BCD; }
a { background-color: rgb(130,11,205); }
div.DivClassName
{
background-color: #820BCD;
}
.BgClassName
{
background-color: #820BCD;
}
</style>
border-color css
<style>
span { border-color: #820BCD; }
span { border-color: rgb(130,11,205); }
td.TdClassName
{
border-color: #820BCD;
}
.TagClassName
{
border-color: #820BCD;
}
</style>