Shades of Dark Violet #9E12AF
Tints of Dark Violet #9E12AF
RGB
CMYK
RGB Variations
Color information
#9E12AF (or 0x9E12AF) is known color: Dark Violet. HEX triplet: 9E, 12 and AF. RGB value is (158,18,175). Sum of RGB (Red+Green+Blue) = 158+18+175=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E12AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E12AF is #61ED50. Grayscale: #4D4D4D. Windows color (decimal): -6417745 or 11473566. OLE color: 11473566.
HSL color Cylindrical-coordinate representation of color #9E12AF: hue angle of 293.5º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E12AF is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 18 | 175 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.31 |
| HSL | 293.5º | 0.81% | 0.38% | - |
| HSV(B) | 293.5º | 0.9% | 0.69% | - |
| XYZ | 22.05 | 10.8 | 41.48 | - |
| YUV | 77.76 | 182.88 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 18 | 175 | 0.10 | 0.90 | 0 | 0.31 | 293.5 | 0.81 | 0.38 |
| Hex | 9E | 12 | AF | A | 5A | 0 | 1F | 126 | 51 | 26 |
| Octal | 236 | 22 | 257 | 12 | 132 | 0 | 37 | 446 | 121 | 46 |
| Binary | 10011110 | 10010 | 10101111 | 1010 | 1011010 | 0 | 11111 | 100100110 | 1010001 | 100110 |
Color Harmonies of #9E12AF
Complementary color
Monochromatic Colors of #9E12AF
Black with #9E12AF
Text Example
Text Example
White with #9E12AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E12AF; }
p { color: rgb(158,18,175); }
H1.HeaderClassName
{
color: #9E12AF;
}
.AnyTagClassName
{
color: #9E12AF;
}
</style>
background-color css
<style>
a { background-color: #9E12AF; }
a { background-color: rgb(158,18,175); }
div.DivClassName
{
background-color: #9E12AF;
}
.BgClassName
{
background-color: #9E12AF;
}
</style>
border-color css
<style>
span { border-color: #9E12AF; }
span { border-color: rgb(158,18,175); }
td.TdClassName
{
border-color: #9E12AF;
}
.TagClassName
{
border-color: #9E12AF;
}
</style>