Shades of Dark Violet #8115CD
Tints of Dark Violet #8115CD
RGB
CMYK
RGB Variations
Color information
#8115CD (or 0x8115CD) is known color: Dark Violet. HEX triplet: 81, 15 and CD. RGB value is (129,21,205). Sum of RGB (Red+Green+Blue) = 129+21+205=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #8115CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8115CD is #7EEA32. Grayscale: #494949. Windows color (decimal): -8317491 or 13440385. OLE color: 13440385.
HSL color Cylindrical-coordinate representation of color #8115CD: hue angle of 275.22º 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 #8115CD is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 21 | 205 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.20 |
| HSL | 275.22º | 0.81% | 0.44% | - |
| HSV(B) | 275.22º | 0.9% | 0.8% | - |
| XYZ | 20.34 | 9.61 | 58.54 | - |
| YUV | 74.27 | 201.78 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 205 | 0.37 | 0.90 | 0 | 0.20 | 275.22 | 0.81 | 0.44 |
| Hex | 81 | 15 | CD | 25 | 5A | 0 | 14 | 113 | 51 | 2C |
| Octal | 201 | 25 | 315 | 45 | 132 | 0 | 24 | 423 | 121 | 54 |
| Binary | 10000001 | 10101 | 11001101 | 100101 | 1011010 | 0 | 10100 | 100010011 | 1010001 | 101100 |
Color Harmonies of #8115CD
Complementary color
Monochromatic Colors of #8115CD
Black with #8115CD
Text Example
Text Example
White with #8115CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8115CD; }
p { color: rgb(129,21,205); }
H1.HeaderClassName
{
color: #8115CD;
}
.AnyTagClassName
{
color: #8115CD;
}
</style>
background-color css
<style>
a { background-color: #8115CD; }
a { background-color: rgb(129,21,205); }
div.DivClassName
{
background-color: #8115CD;
}
.BgClassName
{
background-color: #8115CD;
}
</style>
border-color css
<style>
span { border-color: #8115CD; }
span { border-color: rgb(129,21,205); }
td.TdClassName
{
border-color: #8115CD;
}
.TagClassName
{
border-color: #8115CD;
}
</style>