Shades of Dark Violet #8210CD
Tints of Dark Violet #8210CD
RGB
CMYK
RGB Variations
Color information
#8210CD (or 0x8210CD) is known color: Dark Violet. HEX triplet: 82, 10 and CD. RGB value is (130,16,205). Sum of RGB (Red+Green+Blue) = 130+16+205=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #8210CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8210CD is #7DEF32. Grayscale: #464646. Windows color (decimal): -8253235 or 13439106. OLE color: 13439106.
HSL color Cylindrical-coordinate representation of color #8210CD: hue angle of 276.19º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8210CD is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 16 | 205 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.20 |
| HSL | 276.19º | 0.86% | 0.43% | - |
| HSV(B) | 276.19º | 0.92% | 0.8% | - |
| XYZ | 20.41 | 9.52 | 58.52 | - |
| YUV | 71.63 | 203.27 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 205 | 0.37 | 0.92 | 0 | 0.20 | 276.19 | 0.86 | 0.43 |
| Hex | 82 | 10 | CD | 25 | 5C | 0 | 14 | 114 | 56 | 2B |
| Octal | 202 | 20 | 315 | 45 | 134 | 0 | 24 | 424 | 126 | 53 |
| Binary | 10000010 | 10000 | 11001101 | 100101 | 1011100 | 0 | 10100 | 100010100 | 1010110 | 101011 |
Color Harmonies of #8210CD
Complementary color
Monochromatic Colors of #8210CD
Black with #8210CD
Text Example
Text Example
White with #8210CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8210CD; }
p { color: rgb(130,16,205); }
H1.HeaderClassName
{
color: #8210CD;
}
.AnyTagClassName
{
color: #8210CD;
}
</style>
background-color css
<style>
a { background-color: #8210CD; }
a { background-color: rgb(130,16,205); }
div.DivClassName
{
background-color: #8210CD;
}
.BgClassName
{
background-color: #8210CD;
}
</style>
border-color css
<style>
span { border-color: #8210CD; }
span { border-color: rgb(130,16,205); }
td.TdClassName
{
border-color: #8210CD;
}
.TagClassName
{
border-color: #8210CD;
}
</style>