Shades of Dark Violet #9A05DB
Tints of Dark Violet #9A05DB
RGB
CMYK
RGB Variations
Color information
#9A05DB (or 0x9A05DB) is known color: Dark Violet. HEX triplet: 9A, 05 and DB. RGB value is (154,5,219). Sum of RGB (Red+Green+Blue) = 154+5+219=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A05DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A05DB is #65FA24. Grayscale: #494949. Windows color (decimal): -6683173 or 14353818. OLE color: 14353818.
HSL color Cylindrical-coordinate representation of color #9A05DB: hue angle of 281.78º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A05DB is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 5 | 219 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.14 |
| HSL | 281.78º | 0.96% | 0.44% | - |
| HSV(B) | 281.78º | 0.98% | 0.86% | - |
| XYZ | 26.17 | 12.09 | 67.97 | - |
| YUV | 73.95 | 209.86 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 5 | 219 | 0.30 | 0.98 | 0 | 0.14 | 281.78 | 0.96 | 0.44 |
| Hex | 9A | 5 | DB | 1E | 62 | 0 | E | 11A | 60 | 2C |
| Octal | 232 | 5 | 333 | 36 | 142 | 0 | 16 | 432 | 140 | 54 |
| Binary | 10011010 | 101 | 11011011 | 11110 | 1100010 | 0 | 1110 | 100011010 | 1100000 | 101100 |
Color Harmonies of #9A05DB
Complementary color
Monochromatic Colors of #9A05DB
Black with #9A05DB
Text Example
Text Example
White with #9A05DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A05DB; }
p { color: rgb(154,5,219); }
H1.HeaderClassName
{
color: #9A05DB;
}
.AnyTagClassName
{
color: #9A05DB;
}
</style>
background-color css
<style>
a { background-color: #9A05DB; }
a { background-color: rgb(154,5,219); }
div.DivClassName
{
background-color: #9A05DB;
}
.BgClassName
{
background-color: #9A05DB;
}
</style>
border-color css
<style>
span { border-color: #9A05DB; }
span { border-color: rgb(154,5,219); }
td.TdClassName
{
border-color: #9A05DB;
}
.TagClassName
{
border-color: #9A05DB;
}
</style>