Shades of Dark Violet #9A0FEB
Tints of Dark Violet #9A0FEB
RGB
CMYK
RGB Variations
Color information
#9A0FEB (or 0x9A0FEB) is known color: Dark Violet. HEX triplet: 9A, 0F and EB. RGB value is (154,15,235). Sum of RGB (Red+Green+Blue) = 154+15+235=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 15 (6.25% from 255 or 3.71% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A0FEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A0FEB is #65F014. Grayscale: #505050. Windows color (decimal): -6680597 or 15404954. OLE color: 15404954.
HSL color Cylindrical-coordinate representation of color #9A0FEB: hue angle of 277.91º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0FEB is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 15 | 235 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.08 |
| HSL | 277.91º | 0.88% | 0.49% | - |
| HSV(B) | 277.91º | 0.94% | 0.92% | - |
| XYZ | 28.49 | 13.21 | 79.65 | - |
| YUV | 81.64 | 214.55 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 15 | 235 | 0.34 | 0.94 | 0 | 0.08 | 277.91 | 0.88 | 0.49 |
| Hex | 9A | F | EB | 22 | 5E | 0 | 8 | 116 | 58 | 31 |
| Octal | 232 | 17 | 353 | 42 | 136 | 0 | 10 | 426 | 130 | 61 |
| Binary | 10011010 | 1111 | 11101011 | 100010 | 1011110 | 0 | 1000 | 100010110 | 1011000 | 110001 |
Color Harmonies of #9A0FEB
Complementary color
Monochromatic Colors of #9A0FEB
Black with #9A0FEB
Text Example
Text Example
White with #9A0FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0FEB; }
p { color: rgb(154,15,235); }
H1.HeaderClassName
{
color: #9A0FEB;
}
.AnyTagClassName
{
color: #9A0FEB;
}
</style>
background-color css
<style>
a { background-color: #9A0FEB; }
a { background-color: rgb(154,15,235); }
div.DivClassName
{
background-color: #9A0FEB;
}
.BgClassName
{
background-color: #9A0FEB;
}
</style>
border-color css
<style>
span { border-color: #9A0FEB; }
span { border-color: rgb(154,15,235); }
td.TdClassName
{
border-color: #9A0FEB;
}
.TagClassName
{
border-color: #9A0FEB;
}
</style>