Shades of Dark Violet #9E18D6
Tints of Dark Violet #9E18D6
RGB
CMYK
RGB Variations
Color information
#9E18D6 (or 0x9E18D6) is known color: Dark Violet. HEX triplet: 9E, 18 and D6. RGB value is (158,24,214). Sum of RGB (Red+Green+Blue) = 158+24+214=396 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.90% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 214 (83.98% from 255 or 54.04% from 396); Max value from RGB is 214 - color contains mainly: blue. Hex color #9E18D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E18D6 is #61E729. Grayscale: #555555. Windows color (decimal): -6416170 or 14031006. OLE color: 14031006.
HSL color Cylindrical-coordinate representation of color #9E18D6: hue angle of 282.32º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E18D6 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 24 | 214 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.16 |
| HSL | 282.32º | 0.8% | 0.47% | - |
| HSV(B) | 282.32º | 0.89% | 0.84% | - |
| XYZ | 26.56 | 12.78 | 64.68 | - |
| YUV | 85.73 | 200.39 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 24 | 214 | 0.26 | 0.89 | 0 | 0.16 | 282.32 | 0.8 | 0.47 |
| Hex | 9E | 18 | D6 | 1A | 59 | 0 | 10 | 11A | 50 | 2F |
| Octal | 236 | 30 | 326 | 32 | 131 | 0 | 20 | 432 | 120 | 57 |
| Binary | 10011110 | 11000 | 11010110 | 11010 | 1011001 | 0 | 10000 | 100011010 | 1010000 | 101111 |
Color Harmonies of #9E18D6
Complementary color
Monochromatic Colors of #9E18D6
Black with #9E18D6
Text Example
Text Example
White with #9E18D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E18D6; }
p { color: rgb(158,24,214); }
H1.HeaderClassName
{
color: #9E18D6;
}
.AnyTagClassName
{
color: #9E18D6;
}
</style>
background-color css
<style>
a { background-color: #9E18D6; }
a { background-color: rgb(158,24,214); }
div.DivClassName
{
background-color: #9E18D6;
}
.BgClassName
{
background-color: #9E18D6;
}
</style>
border-color css
<style>
span { border-color: #9E18D6; }
span { border-color: rgb(158,24,214); }
td.TdClassName
{
border-color: #9E18D6;
}
.TagClassName
{
border-color: #9E18D6;
}
</style>