Shades of Dark Violet #9A0BE5
Tints of Dark Violet #9A0BE5
RGB
CMYK
RGB Variations
Color information
#9A0BE5 (or 0x9A0BE5) is known color: Dark Violet. HEX triplet: 9A, 0B and E5. RGB value is (154,11,229). Sum of RGB (Red+Green+Blue) = 154+11+229=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 229 (89.84% from 255 or 58.12% from 394); Max value from RGB is 229 - color contains mainly: blue. Hex color #9A0BE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0BE5 is #65F41A. Grayscale: #4D4D4D. Windows color (decimal): -6681627 or 15010714. OLE color: 15010714.
HSL color Cylindrical-coordinate representation of color #9A0BE5: hue angle of 279.36º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A0BE5 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 11 | 229 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.10 |
| HSL | 279.36º | 0.91% | 0.47% | - |
| HSV(B) | 279.36º | 0.95% | 0.9% | - |
| XYZ | 27.59 | 12.77 | 75.14 | - |
| YUV | 78.61 | 212.88 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 11 | 229 | 0.33 | 0.95 | 0 | 0.10 | 279.36 | 0.91 | 0.47 |
| Hex | 9A | B | E5 | 21 | 5F | 0 | A | 117 | 5B | 2F |
| Octal | 232 | 13 | 345 | 41 | 137 | 0 | 12 | 427 | 133 | 57 |
| Binary | 10011010 | 1011 | 11100101 | 100001 | 1011111 | 0 | 1010 | 100010111 | 1011011 | 101111 |
Color Harmonies of #9A0BE5
Complementary color
Monochromatic Colors of #9A0BE5
Black with #9A0BE5
Text Example
Text Example
White with #9A0BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0BE5; }
p { color: rgb(154,11,229); }
H1.HeaderClassName
{
color: #9A0BE5;
}
.AnyTagClassName
{
color: #9A0BE5;
}
</style>
background-color css
<style>
a { background-color: #9A0BE5; }
a { background-color: rgb(154,11,229); }
div.DivClassName
{
background-color: #9A0BE5;
}
.BgClassName
{
background-color: #9A0BE5;
}
</style>
border-color css
<style>
span { border-color: #9A0BE5; }
span { border-color: rgb(154,11,229); }
td.TdClassName
{
border-color: #9A0BE5;
}
.TagClassName
{
border-color: #9A0BE5;
}
</style>