Shades of Dark Violet #8210B7
Tints of Dark Violet #8210B7
RGB
CMYK
RGB Variations
Color information
#8210B7 (or 0x8210B7) is known color: Dark Violet. HEX triplet: 82, 10 and B7. RGB value is (130,16,183). Sum of RGB (Red+Green+Blue) = 130+16+183=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 183 (71.88% from 255 or 55.62% from 329); Max value from RGB is 183 - color contains mainly: blue. Hex color #8210B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8210B7 is #7DEF48. Grayscale: #444444. Windows color (decimal): -8253257 or 11997314. OLE color: 11997314.
HSL color Cylindrical-coordinate representation of color #8210B7: hue angle of 280.96º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8210B7 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 16 | 183 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.28 |
| HSL | 280.96º | 0.84% | 0.39% | - |
| HSV(B) | 280.96º | 0.91% | 0.72% | - |
| XYZ | 17.94 | 8.54 | 45.5 | - |
| YUV | 69.12 | 192.27 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 183 | 0.29 | 0.91 | 0 | 0.28 | 280.96 | 0.84 | 0.39 |
| Hex | 82 | 10 | B7 | 1D | 5B | 0 | 1C | 119 | 54 | 27 |
| Octal | 202 | 20 | 267 | 35 | 133 | 0 | 34 | 431 | 124 | 47 |
| Binary | 10000010 | 10000 | 10110111 | 11101 | 1011011 | 0 | 11100 | 100011001 | 1010100 | 100111 |
Color Harmonies of #8210B7
Complementary color
Monochromatic Colors of #8210B7
Black with #8210B7
Text Example
Text Example
White with #8210B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8210B7; }
p { color: rgb(130,16,183); }
H1.HeaderClassName
{
color: #8210B7;
}
.AnyTagClassName
{
color: #8210B7;
}
</style>
background-color css
<style>
a { background-color: #8210B7; }
a { background-color: rgb(130,16,183); }
div.DivClassName
{
background-color: #8210B7;
}
.BgClassName
{
background-color: #8210B7;
}
</style>
border-color css
<style>
span { border-color: #8210B7; }
span { border-color: rgb(130,16,183); }
td.TdClassName
{
border-color: #8210B7;
}
.TagClassName
{
border-color: #8210B7;
}
</style>