Shades of Dark Violet #9A0AE0
Tints of Dark Violet #9A0AE0
RGB
CMYK
RGB Variations
Color information
#9A0AE0 (or 0x9A0AE0) is known color: Dark Violet. HEX triplet: 9A, 0A and E0. RGB value is (154,10,224). Sum of RGB (Red+Green+Blue) = 154+10+224=388 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.69% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 224 (87.89% from 255 or 57.73% from 388); Max value from RGB is 224 - color contains mainly: blue. Hex color #9A0AE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0AE0 is #65F51F. Grayscale: #4C4C4C. Windows color (decimal): -6681888 or 14682778. OLE color: 14682778.
HSL color Cylindrical-coordinate representation of color #9A0AE0: hue angle of 280.37º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A0AE0 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 10 | 224 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.12 |
| HSL | 280.37º | 0.91% | 0.46% | - |
| HSV(B) | 280.37º | 0.96% | 0.88% | - |
| XYZ | 26.89 | 12.47 | 71.51 | - |
| YUV | 77.45 | 210.71 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 10 | 224 | 0.31 | 0.96 | 0 | 0.12 | 280.37 | 0.91 | 0.46 |
| Hex | 9A | A | E0 | 1F | 60 | 0 | C | 118 | 5B | 2E |
| Octal | 232 | 12 | 340 | 37 | 140 | 0 | 14 | 430 | 133 | 56 |
| Binary | 10011010 | 1010 | 11100000 | 11111 | 1100000 | 0 | 1100 | 100011000 | 1011011 | 101110 |
Color Harmonies of #9A0AE0
Complementary color
Monochromatic Colors of #9A0AE0
Black with #9A0AE0
Text Example
Text Example
White with #9A0AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0AE0; }
p { color: rgb(154,10,224); }
H1.HeaderClassName
{
color: #9A0AE0;
}
.AnyTagClassName
{
color: #9A0AE0;
}
</style>
background-color css
<style>
a { background-color: #9A0AE0; }
a { background-color: rgb(154,10,224); }
div.DivClassName
{
background-color: #9A0AE0;
}
.BgClassName
{
background-color: #9A0AE0;
}
</style>
border-color css
<style>
span { border-color: #9A0AE0; }
span { border-color: rgb(154,10,224); }
td.TdClassName
{
border-color: #9A0AE0;
}
.TagClassName
{
border-color: #9A0AE0;
}
</style>