Shades of Dark Violet #8515CE
Tints of Dark Violet #8515CE
RGB
CMYK
RGB Variations
Color information
#8515CE (or 0x8515CE) is known color: Dark Violet. HEX triplet: 85, 15 and CE. RGB value is (133,21,206). Sum of RGB (Red+Green+Blue) = 133+21+206=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #8515CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8515CE is #7AEA31. Grayscale: #4A4A4A. Windows color (decimal): -8055346 or 13505925. OLE color: 13505925.
HSL color Cylindrical-coordinate representation of color #8515CE: hue angle of 276.32º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8515CE is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 21 | 206 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.19 |
| HSL | 276.32º | 0.81% | 0.45% | - |
| HSV(B) | 276.32º | 0.9% | 0.81% | - |
| XYZ | 21.08 | 9.98 | 59.21 | - |
| YUV | 75.58 | 201.61 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 206 | 0.35 | 0.90 | 0 | 0.19 | 276.32 | 0.81 | 0.45 |
| Hex | 85 | 15 | CE | 23 | 5A | 0 | 13 | 114 | 51 | 2D |
| Octal | 205 | 25 | 316 | 43 | 132 | 0 | 23 | 424 | 121 | 55 |
| Binary | 10000101 | 10101 | 11001110 | 100011 | 1011010 | 0 | 10011 | 100010100 | 1010001 | 101101 |
Color Harmonies of #8515CE
Complementary color
Monochromatic Colors of #8515CE
Black with #8515CE
Text Example
Text Example
White with #8515CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8515CE; }
p { color: rgb(133,21,206); }
H1.HeaderClassName
{
color: #8515CE;
}
.AnyTagClassName
{
color: #8515CE;
}
</style>
background-color css
<style>
a { background-color: #8515CE; }
a { background-color: rgb(133,21,206); }
div.DivClassName
{
background-color: #8515CE;
}
.BgClassName
{
background-color: #8515CE;
}
</style>
border-color css
<style>
span { border-color: #8515CE; }
span { border-color: rgb(133,21,206); }
td.TdClassName
{
border-color: #8515CE;
}
.TagClassName
{
border-color: #8515CE;
}
</style>