Shades of Dark Violet #9A06DB
Tints of Dark Violet #9A06DB
RGB
CMYK
RGB Variations
Color information
#9A06DB (or 0x9A06DB) is known color: Dark Violet. HEX triplet: 9A, 06 and DB. RGB value is (154,6,219). Sum of RGB (Red+Green+Blue) = 154+6+219=379 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.63% from 379); Green value is 6 (2.73% from 255 or 1.58% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A06DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A06DB is #65F924. Grayscale: #494949. Windows color (decimal): -6682917 or 14354074. OLE color: 14354074.
HSL color Cylindrical-coordinate representation of color #9A06DB: hue angle of 281.69º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A06DB is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 6 | 219 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.14 |
| HSL | 281.69º | 0.95% | 0.44% | - |
| HSV(B) | 281.69º | 0.97% | 0.86% | - |
| XYZ | 26.18 | 12.11 | 67.98 | - |
| YUV | 74.53 | 209.53 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 6 | 219 | 0.30 | 0.97 | 0 | 0.14 | 281.69 | 0.95 | 0.44 |
| Hex | 9A | 6 | DB | 1E | 61 | 0 | E | 11A | 5F | 2C |
| Octal | 232 | 6 | 333 | 36 | 141 | 0 | 16 | 432 | 137 | 54 |
| Binary | 10011010 | 110 | 11011011 | 11110 | 1100001 | 0 | 1110 | 100011010 | 1011111 | 101100 |
Color Harmonies of #9A06DB
Complementary color
Monochromatic Colors of #9A06DB
Black with #9A06DB
Text Example
Text Example
White with #9A06DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A06DB; }
p { color: rgb(154,6,219); }
H1.HeaderClassName
{
color: #9A06DB;
}
.AnyTagClassName
{
color: #9A06DB;
}
</style>
background-color css
<style>
a { background-color: #9A06DB; }
a { background-color: rgb(154,6,219); }
div.DivClassName
{
background-color: #9A06DB;
}
.BgClassName
{
background-color: #9A06DB;
}
</style>
border-color css
<style>
span { border-color: #9A06DB; }
span { border-color: rgb(154,6,219); }
td.TdClassName
{
border-color: #9A06DB;
}
.TagClassName
{
border-color: #9A06DB;
}
</style>