Shades of Dark Violet #8210CF
Tints of Dark Violet #8210CF
RGB
CMYK
RGB Variations
Color information
#8210CF (or 0x8210CF) is known color: Dark Violet. HEX triplet: 82, 10 and CF. RGB value is (130,16,207). Sum of RGB (Red+Green+Blue) = 130+16+207=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #8210CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8210CF is #7DEF30. Grayscale: #474747. Windows color (decimal): -8253233 or 13570178. OLE color: 13570178.
HSL color Cylindrical-coordinate representation of color #8210CF: hue angle of 275.81º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8210CF is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 16 | 207 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.19 |
| HSL | 275.81º | 0.86% | 0.44% | - |
| HSV(B) | 275.81º | 0.92% | 0.81% | - |
| XYZ | 20.65 | 9.62 | 59.8 | - |
| YUV | 71.86 | 204.27 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 207 | 0.37 | 0.92 | 0 | 0.19 | 275.81 | 0.86 | 0.44 |
| Hex | 82 | 10 | CF | 25 | 5C | 0 | 13 | 114 | 56 | 2C |
| Octal | 202 | 20 | 317 | 45 | 134 | 0 | 23 | 424 | 126 | 54 |
| Binary | 10000010 | 10000 | 11001111 | 100101 | 1011100 | 0 | 10011 | 100010100 | 1010110 | 101100 |
Color Harmonies of #8210CF
Complementary color
Monochromatic Colors of #8210CF
Black with #8210CF
Text Example
Text Example
White with #8210CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8210CF; }
p { color: rgb(130,16,207); }
H1.HeaderClassName
{
color: #8210CF;
}
.AnyTagClassName
{
color: #8210CF;
}
</style>
background-color css
<style>
a { background-color: #8210CF; }
a { background-color: rgb(130,16,207); }
div.DivClassName
{
background-color: #8210CF;
}
.BgClassName
{
background-color: #8210CF;
}
</style>
border-color css
<style>
span { border-color: #8210CF; }
span { border-color: rgb(130,16,207); }
td.TdClassName
{
border-color: #8210CF;
}
.TagClassName
{
border-color: #8210CF;
}
</style>