Shades of Dark Violet #8C15AE
Tints of Dark Violet #8C15AE
RGB
CMYK
RGB Variations
Color information
#8C15AE (or 0x8C15AE) is known color: Dark Violet. HEX triplet: 8C, 15 and AE. RGB value is (140,21,174). Sum of RGB (Red+Green+Blue) = 140+21+174=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C15AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C15AE is #73EA51. Grayscale: #494949. Windows color (decimal): -7596626 or 11408780. OLE color: 11408780.
HSL color Cylindrical-coordinate representation of color #8C15AE: hue angle of 286.67º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C15AE is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 21 | 174 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.32 |
| HSL | 286.67º | 0.78% | 0.38% | - |
| HSV(B) | 286.67º | 0.88% | 0.68% | - |
| XYZ | 18.72 | 9.17 | 40.83 | - |
| YUV | 74.02 | 184.42 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 21 | 174 | 0.20 | 0.88 | 0 | 0.32 | 286.67 | 0.78 | 0.38 |
| Hex | 8C | 15 | AE | 14 | 58 | 0 | 20 | 11F | 4E | 26 |
| Octal | 214 | 25 | 256 | 24 | 130 | 0 | 40 | 437 | 116 | 46 |
| Binary | 10001100 | 10101 | 10101110 | 10100 | 1011000 | 0 | 100000 | 100011111 | 1001110 | 100110 |
Color Harmonies of #8C15AE
Complementary color
Monochromatic Colors of #8C15AE
Black with #8C15AE
Text Example
Text Example
White with #8C15AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C15AE; }
p { color: rgb(140,21,174); }
H1.HeaderClassName
{
color: #8C15AE;
}
.AnyTagClassName
{
color: #8C15AE;
}
</style>
background-color css
<style>
a { background-color: #8C15AE; }
a { background-color: rgb(140,21,174); }
div.DivClassName
{
background-color: #8C15AE;
}
.BgClassName
{
background-color: #8C15AE;
}
</style>
border-color css
<style>
span { border-color: #8C15AE; }
span { border-color: rgb(140,21,174); }
td.TdClassName
{
border-color: #8C15AE;
}
.TagClassName
{
border-color: #8C15AE;
}
</style>