Shades of Dark Violet #9A08DB
Tints of Dark Violet #9A08DB
RGB
CMYK
RGB Variations
Color information
#9A08DB (or 0x9A08DB) is known color: Dark Violet. HEX triplet: 9A, 08 and DB. RGB value is (154,8,219). Sum of RGB (Red+Green+Blue) = 154+8+219=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A08DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A08DB is #65F724. Grayscale: #4B4B4B. Windows color (decimal): -6682405 or 14354586. OLE color: 14354586.
HSL color Cylindrical-coordinate representation of color #9A08DB: hue angle of 281.52º degrees, saturation: 0.93, 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 #9A08DB is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 8 | 219 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.14 |
| HSL | 281.52º | 0.93% | 0.45% | - |
| HSV(B) | 281.52º | 0.96% | 0.86% | - |
| XYZ | 26.2 | 12.16 | 67.98 | - |
| YUV | 75.71 | 208.87 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 8 | 219 | 0.30 | 0.96 | 0 | 0.14 | 281.52 | 0.93 | 0.45 |
| Hex | 9A | 8 | DB | 1E | 60 | 0 | E | 11A | 5D | 2D |
| Octal | 232 | 10 | 333 | 36 | 140 | 0 | 16 | 432 | 135 | 55 |
| Binary | 10011010 | 1000 | 11011011 | 11110 | 1100000 | 0 | 1110 | 100011010 | 1011101 | 101101 |
Color Harmonies of #9A08DB
Complementary color
Monochromatic Colors of #9A08DB
Black with #9A08DB
Text Example
Text Example
White with #9A08DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A08DB; }
p { color: rgb(154,8,219); }
H1.HeaderClassName
{
color: #9A08DB;
}
.AnyTagClassName
{
color: #9A08DB;
}
</style>
background-color css
<style>
a { background-color: #9A08DB; }
a { background-color: rgb(154,8,219); }
div.DivClassName
{
background-color: #9A08DB;
}
.BgClassName
{
background-color: #9A08DB;
}
</style>
border-color css
<style>
span { border-color: #9A08DB; }
span { border-color: rgb(154,8,219); }
td.TdClassName
{
border-color: #9A08DB;
}
.TagClassName
{
border-color: #9A08DB;
}
</style>