Shades of Dark Violet #820CBD
Tints of Dark Violet #820CBD
RGB
CMYK
RGB Variations
Color information
#820CBD (or 0x820CBD) is known color: Dark Violet. HEX triplet: 82, 0C and BD. RGB value is (130,12,189). Sum of RGB (Red+Green+Blue) = 130+12+189=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #820CBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820CBD is #7DF342. Grayscale: #424242. Windows color (decimal): -8254275 or 12389506. OLE color: 12389506.
HSL color Cylindrical-coordinate representation of color #820CBD: hue angle of 280º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820CBD is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 12 | 189 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.26 |
| HSL | 280º | 0.88% | 0.39% | - |
| HSV(B) | 280º | 0.94% | 0.74% | - |
| XYZ | 18.52 | 8.68 | 48.84 | - |
| YUV | 67.46 | 196.59 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 12 | 189 | 0.31 | 0.94 | 0 | 0.26 | 280 | 0.88 | 0.39 |
| Hex | 82 | C | BD | 1F | 5E | 0 | 1A | 118 | 58 | 27 |
| Octal | 202 | 14 | 275 | 37 | 136 | 0 | 32 | 430 | 130 | 47 |
| Binary | 10000010 | 1100 | 10111101 | 11111 | 1011110 | 0 | 11010 | 100011000 | 1011000 | 100111 |
Color Harmonies of #820CBD
Complementary color
Monochromatic Colors of #820CBD
Black with #820CBD
Text Example
Text Example
White with #820CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820CBD; }
p { color: rgb(130,12,189); }
H1.HeaderClassName
{
color: #820CBD;
}
.AnyTagClassName
{
color: #820CBD;
}
</style>
background-color css
<style>
a { background-color: #820CBD; }
a { background-color: rgb(130,12,189); }
div.DivClassName
{
background-color: #820CBD;
}
.BgClassName
{
background-color: #820CBD;
}
</style>
border-color css
<style>
span { border-color: #820CBD; }
span { border-color: rgb(130,12,189); }
td.TdClassName
{
border-color: #820CBD;
}
.TagClassName
{
border-color: #820CBD;
}
</style>