Shades of Dark Violet #9A0BEA
Tints of Dark Violet #9A0BEA
RGB
CMYK
RGB Variations
Color information
#9A0BEA (or 0x9A0BEA) is known color: Dark Violet. HEX triplet: 9A, 0B and EA. RGB value is (154,11,234). Sum of RGB (Red+Green+Blue) = 154+11+234=399 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.60% from 399); Green value is 11 (4.69% from 255 or 2.76% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A0BEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A0BEA is #65F415. Grayscale: #4E4E4E. Windows color (decimal): -6681622 or 15338394. OLE color: 15338394.
HSL color Cylindrical-coordinate representation of color #9A0BEA: hue angle of 278.48º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A0BEA is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 11 | 234 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.08 |
| HSL | 278.48º | 0.91% | 0.48% | - |
| HSV(B) | 278.48º | 0.95% | 0.92% | - |
| XYZ | 28.3 | 13.05 | 78.87 | - |
| YUV | 79.18 | 215.38 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 11 | 234 | 0.34 | 0.95 | 0 | 0.08 | 278.48 | 0.91 | 0.48 |
| Hex | 9A | B | EA | 22 | 5F | 0 | 8 | 116 | 5B | 30 |
| Octal | 232 | 13 | 352 | 42 | 137 | 0 | 10 | 426 | 133 | 60 |
| Binary | 10011010 | 1011 | 11101010 | 100010 | 1011111 | 0 | 1000 | 100010110 | 1011011 | 110000 |
Color Harmonies of #9A0BEA
Complementary color
Monochromatic Colors of #9A0BEA
Black with #9A0BEA
Text Example
Text Example
White with #9A0BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0BEA; }
p { color: rgb(154,11,234); }
H1.HeaderClassName
{
color: #9A0BEA;
}
.AnyTagClassName
{
color: #9A0BEA;
}
</style>
background-color css
<style>
a { background-color: #9A0BEA; }
a { background-color: rgb(154,11,234); }
div.DivClassName
{
background-color: #9A0BEA;
}
.BgClassName
{
background-color: #9A0BEA;
}
</style>
border-color css
<style>
span { border-color: #9A0BEA; }
span { border-color: rgb(154,11,234); }
td.TdClassName
{
border-color: #9A0BEA;
}
.TagClassName
{
border-color: #9A0BEA;
}
</style>