Shades of Dark Violet #9A0FEC
Tints of Dark Violet #9A0FEC
RGB
CMYK
RGB Variations
Color information
#9A0FEC (or 0x9A0FEC) is known color: Dark Violet. HEX triplet: 9A, 0F and EC. RGB value is (154,15,236). Sum of RGB (Red+Green+Blue) = 154+15+236=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 236 (92.58% from 255 or 58.27% from 405); Max value from RGB is 236 - color contains mainly: blue. Hex color #9A0FEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A0FEC is #65F013. Grayscale: #515151. Windows color (decimal): -6680596 or 15470490. OLE color: 15470490.
HSL color Cylindrical-coordinate representation of color #9A0FEC: hue angle of 277.74º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0FEC is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 15 | 236 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.07 |
| HSL | 277.74º | 0.88% | 0.49% | - |
| HSV(B) | 277.74º | 0.94% | 0.93% | - |
| XYZ | 28.64 | 13.27 | 80.41 | - |
| YUV | 81.76 | 215.05 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 15 | 236 | 0.35 | 0.94 | 0 | 0.07 | 277.74 | 0.88 | 0.49 |
| Hex | 9A | F | EC | 23 | 5E | 0 | 7 | 116 | 58 | 31 |
| Octal | 232 | 17 | 354 | 43 | 136 | 0 | 7 | 426 | 130 | 61 |
| Binary | 10011010 | 1111 | 11101100 | 100011 | 1011110 | 0 | 111 | 100010110 | 1011000 | 110001 |
Color Harmonies of #9A0FEC
Complementary color
Monochromatic Colors of #9A0FEC
Black with #9A0FEC
Text Example
Text Example
White with #9A0FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0FEC; }
p { color: rgb(154,15,236); }
H1.HeaderClassName
{
color: #9A0FEC;
}
.AnyTagClassName
{
color: #9A0FEC;
}
</style>
background-color css
<style>
a { background-color: #9A0FEC; }
a { background-color: rgb(154,15,236); }
div.DivClassName
{
background-color: #9A0FEC;
}
.BgClassName
{
background-color: #9A0FEC;
}
</style>
border-color css
<style>
span { border-color: #9A0FEC; }
span { border-color: rgb(154,15,236); }
td.TdClassName
{
border-color: #9A0FEC;
}
.TagClassName
{
border-color: #9A0FEC;
}
</style>