Shades of Dark Violet #9A0EDB
Tints of Dark Violet #9A0EDB
RGB
CMYK
RGB Variations
Color information
#9A0EDB (or 0x9A0EDB) is known color: Dark Violet. HEX triplet: 9A, 0E and DB. RGB value is (154,14,219). Sum of RGB (Red+Green+Blue) = 154+14+219=387 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.79% from 387); Green value is 14 (5.86% from 255 or 3.62% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A0EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0EDB is #65F124. Grayscale: #4E4E4E. Windows color (decimal): -6680869 or 14356122. OLE color: 14356122.
HSL color Cylindrical-coordinate representation of color #9A0EDB: hue angle of 280.98º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0EDB is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 14 | 219 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.14 |
| HSL | 280.98º | 0.88% | 0.46% | - |
| HSV(B) | 280.98º | 0.94% | 0.86% | - |
| XYZ | 26.27 | 12.3 | 68.01 | - |
| YUV | 79.23 | 206.88 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 14 | 219 | 0.30 | 0.94 | 0 | 0.14 | 280.98 | 0.88 | 0.46 |
| Hex | 9A | E | DB | 1E | 5E | 0 | E | 119 | 58 | 2E |
| Octal | 232 | 16 | 333 | 36 | 136 | 0 | 16 | 431 | 130 | 56 |
| Binary | 10011010 | 1110 | 11011011 | 11110 | 1011110 | 0 | 1110 | 100011001 | 1011000 | 101110 |
Color Harmonies of #9A0EDB
Complementary color
Monochromatic Colors of #9A0EDB
Black with #9A0EDB
Text Example
Text Example
White with #9A0EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0EDB; }
p { color: rgb(154,14,219); }
H1.HeaderClassName
{
color: #9A0EDB;
}
.AnyTagClassName
{
color: #9A0EDB;
}
</style>
background-color css
<style>
a { background-color: #9A0EDB; }
a { background-color: rgb(154,14,219); }
div.DivClassName
{
background-color: #9A0EDB;
}
.BgClassName
{
background-color: #9A0EDB;
}
</style>
border-color css
<style>
span { border-color: #9A0EDB; }
span { border-color: rgb(154,14,219); }
td.TdClassName
{
border-color: #9A0EDB;
}
.TagClassName
{
border-color: #9A0EDB;
}
</style>