Shades of Dark Violet #9A03DB
Tints of Dark Violet #9A03DB
RGB
CMYK
RGB Variations
Color information
#9A03DB (or 0x9A03DB) is known color: Dark Violet. HEX triplet: 9A, 03 and DB. RGB value is (154,3,219). Sum of RGB (Red+Green+Blue) = 154+3+219=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A03DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A03DB is #65FC24. Grayscale: #484848. Windows color (decimal): -6683685 or 14353306. OLE color: 14353306.
HSL color Cylindrical-coordinate representation of color #9A03DB: hue angle of 281.94º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A03DB is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 3 | 219 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.14 |
| HSL | 281.94º | 0.97% | 0.44% | - |
| HSV(B) | 281.94º | 0.99% | 0.86% | - |
| XYZ | 26.15 | 12.05 | 67.97 | - |
| YUV | 72.77 | 210.53 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 3 | 219 | 0.30 | 0.99 | 0 | 0.14 | 281.94 | 0.97 | 0.44 |
| Hex | 9A | 3 | DB | 1E | 63 | 0 | E | 11A | 61 | 2C |
| Octal | 232 | 3 | 333 | 36 | 143 | 0 | 16 | 432 | 141 | 54 |
| Binary | 10011010 | 11 | 11011011 | 11110 | 1100011 | 0 | 1110 | 100011010 | 1100001 | 101100 |
Color Harmonies of #9A03DB
Complementary color
Monochromatic Colors of #9A03DB
Black with #9A03DB
Text Example
Text Example
White with #9A03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A03DB; }
p { color: rgb(154,3,219); }
H1.HeaderClassName
{
color: #9A03DB;
}
.AnyTagClassName
{
color: #9A03DB;
}
</style>
background-color css
<style>
a { background-color: #9A03DB; }
a { background-color: rgb(154,3,219); }
div.DivClassName
{
background-color: #9A03DB;
}
.BgClassName
{
background-color: #9A03DB;
}
</style>
border-color css
<style>
span { border-color: #9A03DB; }
span { border-color: rgb(154,3,219); }
td.TdClassName
{
border-color: #9A03DB;
}
.TagClassName
{
border-color: #9A03DB;
}
</style>