Shades of Dark Violet #9A09DB
Tints of Dark Violet #9A09DB
RGB
CMYK
RGB Variations
Color information
#9A09DB (or 0x9A09DB) is known color: Dark Violet. HEX triplet: 9A, 09 and DB. RGB value is (154,9,219). Sum of RGB (Red+Green+Blue) = 154+9+219=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 9 (3.91% from 255 or 2.36% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A09DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A09DB is #65F624. Grayscale: #4B4B4B. Windows color (decimal): -6682149 or 14354842. OLE color: 14354842.
HSL color Cylindrical-coordinate representation of color #9A09DB: hue angle of 281.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A09DB is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 9 | 219 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.14 |
| HSL | 281.43º | 0.92% | 0.45% | - |
| HSV(B) | 281.43º | 0.96% | 0.86% | - |
| XYZ | 26.21 | 12.18 | 67.99 | - |
| YUV | 76.3 | 208.54 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 9 | 219 | 0.30 | 0.96 | 0 | 0.14 | 281.43 | 0.92 | 0.45 |
| Hex | 9A | 9 | DB | 1E | 60 | 0 | E | 119 | 5C | 2D |
| Octal | 232 | 11 | 333 | 36 | 140 | 0 | 16 | 431 | 134 | 55 |
| Binary | 10011010 | 1001 | 11011011 | 11110 | 1100000 | 0 | 1110 | 100011001 | 1011100 | 101101 |
Color Harmonies of #9A09DB
Complementary color
Monochromatic Colors of #9A09DB
Black with #9A09DB
Text Example
Text Example
White with #9A09DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A09DB; }
p { color: rgb(154,9,219); }
H1.HeaderClassName
{
color: #9A09DB;
}
.AnyTagClassName
{
color: #9A09DB;
}
</style>
background-color css
<style>
a { background-color: #9A09DB; }
a { background-color: rgb(154,9,219); }
div.DivClassName
{
background-color: #9A09DB;
}
.BgClassName
{
background-color: #9A09DB;
}
</style>
border-color css
<style>
span { border-color: #9A09DB; }
span { border-color: rgb(154,9,219); }
td.TdClassName
{
border-color: #9A09DB;
}
.TagClassName
{
border-color: #9A09DB;
}
</style>