Shades of Dark Violet #8215CD
Tints of Dark Violet #8215CD
RGB
CMYK
RGB Variations
Color information
#8215CD (or 0x8215CD) is known color: Dark Violet. HEX triplet: 82, 15 and CD. RGB value is (130,21,205). Sum of RGB (Red+Green+Blue) = 130+21+205=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #8215CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8215CD is #7DEA32. Grayscale: #494949. Windows color (decimal): -8251955 or 13440386. OLE color: 13440386.
HSL color Cylindrical-coordinate representation of color #8215CD: hue angle of 275.54º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8215CD is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 21 | 205 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.20 |
| HSL | 275.54º | 0.81% | 0.44% | - |
| HSV(B) | 275.54º | 0.9% | 0.8% | - |
| XYZ | 20.49 | 9.69 | 58.55 | - |
| YUV | 74.57 | 201.61 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 21 | 205 | 0.37 | 0.90 | 0 | 0.20 | 275.54 | 0.81 | 0.44 |
| Hex | 82 | 15 | CD | 25 | 5A | 0 | 14 | 114 | 51 | 2C |
| Octal | 202 | 25 | 315 | 45 | 132 | 0 | 24 | 424 | 121 | 54 |
| Binary | 10000010 | 10101 | 11001101 | 100101 | 1011010 | 0 | 10100 | 100010100 | 1010001 | 101100 |
Color Harmonies of #8215CD
Complementary color
Monochromatic Colors of #8215CD
Black with #8215CD
Text Example
Text Example
White with #8215CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8215CD; }
p { color: rgb(130,21,205); }
H1.HeaderClassName
{
color: #8215CD;
}
.AnyTagClassName
{
color: #8215CD;
}
</style>
background-color css
<style>
a { background-color: #8215CD; }
a { background-color: rgb(130,21,205); }
div.DivClassName
{
background-color: #8215CD;
}
.BgClassName
{
background-color: #8215CD;
}
</style>
border-color css
<style>
span { border-color: #8215CD; }
span { border-color: rgb(130,21,205); }
td.TdClassName
{
border-color: #8215CD;
}
.TagClassName
{
border-color: #8215CD;
}
</style>