Shades of Dark Violet #9A0DDB
Tints of Dark Violet #9A0DDB
RGB
CMYK
RGB Variations
Color information
#9A0DDB (or 0x9A0DDB) is known color: Dark Violet. HEX triplet: 9A, 0D and DB. RGB value is (154,13,219). Sum of RGB (Red+Green+Blue) = 154+13+219=386 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.90% from 386); Green value is 13 (5.47% from 255 or 3.37% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A0DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0DDB is #65F224. Grayscale: #4D4D4D. Windows color (decimal): -6681125 or 14355866. OLE color: 14355866.
HSL color Cylindrical-coordinate representation of color #9A0DDB: hue angle of 281.07º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0DDB is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 13 | 219 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.14 |
| HSL | 281.07º | 0.89% | 0.45% | - |
| HSV(B) | 281.07º | 0.94% | 0.86% | - |
| XYZ | 26.26 | 12.27 | 68 | - |
| YUV | 78.64 | 207.21 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 13 | 219 | 0.30 | 0.94 | 0 | 0.14 | 281.07 | 0.89 | 0.45 |
| Hex | 9A | D | DB | 1E | 5E | 0 | E | 119 | 59 | 2D |
| Octal | 232 | 15 | 333 | 36 | 136 | 0 | 16 | 431 | 131 | 55 |
| Binary | 10011010 | 1101 | 11011011 | 11110 | 1011110 | 0 | 1110 | 100011001 | 1011001 | 101101 |
Color Harmonies of #9A0DDB
Complementary color
Monochromatic Colors of #9A0DDB
Black with #9A0DDB
Text Example
Text Example
White with #9A0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0DDB; }
p { color: rgb(154,13,219); }
H1.HeaderClassName
{
color: #9A0DDB;
}
.AnyTagClassName
{
color: #9A0DDB;
}
</style>
background-color css
<style>
a { background-color: #9A0DDB; }
a { background-color: rgb(154,13,219); }
div.DivClassName
{
background-color: #9A0DDB;
}
.BgClassName
{
background-color: #9A0DDB;
}
</style>
border-color css
<style>
span { border-color: #9A0DDB; }
span { border-color: rgb(154,13,219); }
td.TdClassName
{
border-color: #9A0DDB;
}
.TagClassName
{
border-color: #9A0DDB;
}
</style>