Shades of Dark Violet #9A08E9
Tints of Dark Violet #9A08E9
RGB
CMYK
RGB Variations
Color information
#9A08E9 (or 0x9A08E9) is known color: Dark Violet. HEX triplet: 9A, 08 and E9. RGB value is (154,8,233). Sum of RGB (Red+Green+Blue) = 154+8+233=395 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.99% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 233 (91.41% from 255 or 58.99% from 395); Max value from RGB is 233 - color contains mainly: blue. Hex color #9A08E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A08E9 is #65F716. Grayscale: #4C4C4C. Windows color (decimal): -6682391 or 15272090. OLE color: 15272090.
HSL color Cylindrical-coordinate representation of color #9A08E9: hue angle of 278.93º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A08E9 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 8 | 233 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.09 |
| HSL | 278.93º | 0.93% | 0.47% | - |
| HSV(B) | 278.93º | 0.97% | 0.91% | - |
| XYZ | 28.12 | 12.93 | 78.1 | - |
| YUV | 77.3 | 215.87 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 8 | 233 | 0.34 | 0.97 | 0 | 0.09 | 278.93 | 0.93 | 0.47 |
| Hex | 9A | 8 | E9 | 22 | 61 | 0 | 9 | 117 | 5D | 2F |
| Octal | 232 | 10 | 351 | 42 | 141 | 0 | 11 | 427 | 135 | 57 |
| Binary | 10011010 | 1000 | 11101001 | 100010 | 1100001 | 0 | 1001 | 100010111 | 1011101 | 101111 |
Color Harmonies of #9A08E9
Complementary color
Monochromatic Colors of #9A08E9
Black with #9A08E9
Text Example
Text Example
White with #9A08E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A08E9; }
p { color: rgb(154,8,233); }
H1.HeaderClassName
{
color: #9A08E9;
}
.AnyTagClassName
{
color: #9A08E9;
}
</style>
background-color css
<style>
a { background-color: #9A08E9; }
a { background-color: rgb(154,8,233); }
div.DivClassName
{
background-color: #9A08E9;
}
.BgClassName
{
background-color: #9A08E9;
}
</style>
border-color css
<style>
span { border-color: #9A08E9; }
span { border-color: rgb(154,8,233); }
td.TdClassName
{
border-color: #9A08E9;
}
.TagClassName
{
border-color: #9A08E9;
}
</style>