Shades of Dark Violet #9A0DEA
Tints of Dark Violet #9A0DEA
RGB
CMYK
RGB Variations
Color information
#9A0DEA (or 0x9A0DEA) is known color: Dark Violet. HEX triplet: 9A, 0D and EA. RGB value is (154,13,234). Sum of RGB (Red+Green+Blue) = 154+13+234=401 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.40% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A0DEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A0DEA is #65F215. Grayscale: #4F4F4F. Windows color (decimal): -6681110 or 15338906. OLE color: 15338906.
HSL color Cylindrical-coordinate representation of color #9A0DEA: hue angle of 278.28º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0DEA is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 13 | 234 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.08 |
| HSL | 278.28º | 0.89% | 0.48% | - |
| HSV(B) | 278.28º | 0.94% | 0.92% | - |
| XYZ | 28.32 | 13.1 | 78.88 | - |
| YUV | 80.35 | 214.71 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 13 | 234 | 0.34 | 0.94 | 0 | 0.08 | 278.28 | 0.89 | 0.48 |
| Hex | 9A | D | EA | 22 | 5E | 0 | 8 | 116 | 59 | 30 |
| Octal | 232 | 15 | 352 | 42 | 136 | 0 | 10 | 426 | 131 | 60 |
| Binary | 10011010 | 1101 | 11101010 | 100010 | 1011110 | 0 | 1000 | 100010110 | 1011001 | 110000 |
Color Harmonies of #9A0DEA
Complementary color
Monochromatic Colors of #9A0DEA
Black with #9A0DEA
Text Example
Text Example
White with #9A0DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0DEA; }
p { color: rgb(154,13,234); }
H1.HeaderClassName
{
color: #9A0DEA;
}
.AnyTagClassName
{
color: #9A0DEA;
}
</style>
background-color css
<style>
a { background-color: #9A0DEA; }
a { background-color: rgb(154,13,234); }
div.DivClassName
{
background-color: #9A0DEA;
}
.BgClassName
{
background-color: #9A0DEA;
}
</style>
border-color css
<style>
span { border-color: #9A0DEA; }
span { border-color: rgb(154,13,234); }
td.TdClassName
{
border-color: #9A0DEA;
}
.TagClassName
{
border-color: #9A0DEA;
}
</style>