Shades of Dark Violet #9A08ED
Tints of Dark Violet #9A08ED
RGB
CMYK
RGB Variations
Color information
#9A08ED (or 0x9A08ED) is known color: Dark Violet. HEX triplet: 9A, 08 and ED. RGB value is (154,8,237). Sum of RGB (Red+Green+Blue) = 154+8+237=399 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.60% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 237 (92.97% from 255 or 59.40% from 399); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A08ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A08ED is #65F712. Grayscale: #4C4C4C. Windows color (decimal): -6682387 or 15534234. OLE color: 15534234.
HSL color Cylindrical-coordinate representation of color #9A08ED: hue angle of 278.25º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A08ED is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 8 | 237 | - |
| CMYK | 0.35 | 0.97 | 0 | 0.07 |
| HSL | 278.25º | 0.93% | 0.48% | - |
| HSV(B) | 278.25º | 0.97% | 0.93% | - |
| XYZ | 28.7 | 13.16 | 81.15 | - |
| YUV | 77.76 | 217.87 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 8 | 237 | 0.35 | 0.97 | 0 | 0.07 | 278.25 | 0.93 | 0.48 |
| Hex | 9A | 8 | ED | 23 | 61 | 0 | 7 | 116 | 5D | 30 |
| Octal | 232 | 10 | 355 | 43 | 141 | 0 | 7 | 426 | 135 | 60 |
| Binary | 10011010 | 1000 | 11101101 | 100011 | 1100001 | 0 | 111 | 100010110 | 1011101 | 110000 |
Color Harmonies of #9A08ED
Complementary color
Monochromatic Colors of #9A08ED
Black with #9A08ED
Text Example
Text Example
White with #9A08ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A08ED; }
p { color: rgb(154,8,237); }
H1.HeaderClassName
{
color: #9A08ED;
}
.AnyTagClassName
{
color: #9A08ED;
}
</style>
background-color css
<style>
a { background-color: #9A08ED; }
a { background-color: rgb(154,8,237); }
div.DivClassName
{
background-color: #9A08ED;
}
.BgClassName
{
background-color: #9A08ED;
}
</style>
border-color css
<style>
span { border-color: #9A08ED; }
span { border-color: rgb(154,8,237); }
td.TdClassName
{
border-color: #9A08ED;
}
.TagClassName
{
border-color: #9A08ED;
}
</style>