Shades of Dark Violet #9004D9
Tints of Dark Violet #9004D9
RGB
CMYK
RGB Variations
Color information
#9004D9 (or 0x9004D9) is known color: Dark Violet. HEX triplet: 90, 04 and D9. RGB value is (144,4,217). Sum of RGB (Red+Green+Blue) = 144+4+217=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 217 (85.16% from 255 or 59.45% from 365); Max value from RGB is 217 - color contains mainly: blue. Hex color #9004D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9004D9 is #6FFB26. Grayscale: #454545. Windows color (decimal): -7338791 or 14222480. OLE color: 14222480.
HSL color Cylindrical-coordinate representation of color #9004D9: hue angle of 279.44º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9004D9 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 4 | 217 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.15 |
| HSL | 279.44º | 0.96% | 0.43% | - |
| HSV(B) | 279.44º | 0.98% | 0.85% | - |
| XYZ | 24.07 | 11.03 | 66.51 | - |
| YUV | 70.14 | 210.88 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 4 | 217 | 0.34 | 0.98 | 0 | 0.15 | 279.44 | 0.96 | 0.43 |
| Hex | 90 | 4 | D9 | 22 | 62 | 0 | F | 117 | 60 | 2B |
| Octal | 220 | 4 | 331 | 42 | 142 | 0 | 17 | 427 | 140 | 53 |
| Binary | 10010000 | 100 | 11011001 | 100010 | 1100010 | 0 | 1111 | 100010111 | 1100000 | 101011 |
Color Harmonies of #9004D9
Complementary color
Monochromatic Colors of #9004D9
Black with #9004D9
Text Example
Text Example
White with #9004D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9004D9; }
p { color: rgb(144,4,217); }
H1.HeaderClassName
{
color: #9004D9;
}
.AnyTagClassName
{
color: #9004D9;
}
</style>
background-color css
<style>
a { background-color: #9004D9; }
a { background-color: rgb(144,4,217); }
div.DivClassName
{
background-color: #9004D9;
}
.BgClassName
{
background-color: #9004D9;
}
</style>
border-color css
<style>
span { border-color: #9004D9; }
span { border-color: rgb(144,4,217); }
td.TdClassName
{
border-color: #9004D9;
}
.TagClassName
{
border-color: #9004D9;
}
</style>