Shades of Dark Violet #9000DB
Tints of Dark Violet #9000DB
RGB
CMYK
RGB Variations
Color information
#9000DB (or 0x9000DB) is known color: Dark Violet. HEX triplet: 90, 00 and DB. RGB value is (144,0,219). Sum of RGB (Red+Green+Blue) = 144+0+219=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #9000DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9000DB is #6FFF24. Grayscale: #434343. Windows color (decimal): -7339813 or 14352528. OLE color: 14352528.
HSL color Cylindrical-coordinate representation of color #9000DB: hue angle of 279.45º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9000DB is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 0 | 219 | - |
| CMYK | 0.34 | 1 | 0 | 0.14 |
| HSL | 279.45º | 1% | 0.43% | - |
| HSV(B) | 279.45º | 1% | 0.86% | - |
| XYZ | 24.29 | 11.04 | 67.87 | - |
| YUV | 68.02 | 213.21 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 219 | 0.34 | 1 | 0 | 0.14 | 279.45 | 1 | 0.43 |
| Hex | 90 | 0 | DB | 22 | 64 | 0 | E | 117 | 64 | 2B |
| Octal | 220 | 0 | 333 | 42 | 144 | 0 | 16 | 427 | 144 | 53 |
| Binary | 10010000 | 0 | 11011011 | 100010 | 1100100 | 0 | 1110 | 100010111 | 1100100 | 101011 |
Color Harmonies of #9000DB
Complementary color
Monochromatic Colors of #9000DB
Black with #9000DB
Text Example
Text Example
White with #9000DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9000DB; }
p { color: rgb(144,0,219); }
H1.HeaderClassName
{
color: #9000DB;
}
.AnyTagClassName
{
color: #9000DB;
}
</style>
background-color css
<style>
a { background-color: #9000DB; }
a { background-color: rgb(144,0,219); }
div.DivClassName
{
background-color: #9000DB;
}
.BgClassName
{
background-color: #9000DB;
}
</style>
border-color css
<style>
span { border-color: #9000DB; }
span { border-color: rgb(144,0,219); }
td.TdClassName
{
border-color: #9000DB;
}
.TagClassName
{
border-color: #9000DB;
}
</style>