Shades of Dark Violet #820BDD
Tints of Dark Violet #820BDD
RGB
CMYK
RGB Variations
Color information
#820BDD (or 0x820BDD) is known color: Dark Violet. HEX triplet: 82, 0B and DD. RGB value is (130,11,221). Sum of RGB (Red+Green+Blue) = 130+11+221=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #820BDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820BDD is #7DF422. Grayscale: #454545. Windows color (decimal): -8254499 or 14486402. OLE color: 14486402.
HSL color Cylindrical-coordinate representation of color #820BDD: hue angle of 274º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820BDD is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 11 | 221 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.13 |
| HSL | 274º | 0.91% | 0.45% | - |
| HSV(B) | 274º | 0.95% | 0.87% | - |
| XYZ | 22.38 | 10.21 | 69.2 | - |
| YUV | 70.52 | 212.92 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 11 | 221 | 0.41 | 0.95 | 0 | 0.13 | 274 | 0.91 | 0.45 |
| Hex | 82 | B | DD | 29 | 5F | 0 | D | 112 | 5B | 2D |
| Octal | 202 | 13 | 335 | 51 | 137 | 0 | 15 | 422 | 133 | 55 |
| Binary | 10000010 | 1011 | 11011101 | 101001 | 1011111 | 0 | 1101 | 100010010 | 1011011 | 101101 |
Color Harmonies of #820BDD
Complementary color
Monochromatic Colors of #820BDD
Black with #820BDD
Text Example
Text Example
White with #820BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820BDD; }
p { color: rgb(130,11,221); }
H1.HeaderClassName
{
color: #820BDD;
}
.AnyTagClassName
{
color: #820BDD;
}
</style>
background-color css
<style>
a { background-color: #820BDD; }
a { background-color: rgb(130,11,221); }
div.DivClassName
{
background-color: #820BDD;
}
.BgClassName
{
background-color: #820BDD;
}
</style>
border-color css
<style>
span { border-color: #820BDD; }
span { border-color: rgb(130,11,221); }
td.TdClassName
{
border-color: #820BDD;
}
.TagClassName
{
border-color: #820BDD;
}
</style>