Shades of Dark Violet #9004E1
Tints of Dark Violet #9004E1
RGB
CMYK
RGB Variations
Color information
#9004E1 (or 0x9004E1) is known color: Dark Violet. HEX triplet: 90, 04 and E1. RGB value is (144,4,225). Sum of RGB (Red+Green+Blue) = 144+4+225=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 225 (88.28% from 255 or 60.32% from 373); Max value from RGB is 225 - color contains mainly: blue. Hex color #9004E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9004E1 is #6FFB1E. Grayscale: #464646. Windows color (decimal): -7338783 or 14746768. OLE color: 14746768.
HSL color Cylindrical-coordinate representation of color #9004E1: hue angle of 278.01º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9004E1 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 4 | 225 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.12 |
| HSL | 278.01º | 0.97% | 0.45% | - |
| HSV(B) | 278.01º | 0.98% | 0.88% | - |
| XYZ | 25.14 | 11.45 | 72.12 | - |
| YUV | 71.05 | 214.88 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 4 | 225 | 0.36 | 0.98 | 0 | 0.12 | 278.01 | 0.97 | 0.45 |
| Hex | 90 | 4 | E1 | 24 | 62 | 0 | C | 116 | 61 | 2D |
| Octal | 220 | 4 | 341 | 44 | 142 | 0 | 14 | 426 | 141 | 55 |
| Binary | 10010000 | 100 | 11100001 | 100100 | 1100010 | 0 | 1100 | 100010110 | 1100001 | 101101 |
Color Harmonies of #9004E1
Complementary color
Monochromatic Colors of #9004E1
Black with #9004E1
Text Example
Text Example
White with #9004E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9004E1; }
p { color: rgb(144,4,225); }
H1.HeaderClassName
{
color: #9004E1;
}
.AnyTagClassName
{
color: #9004E1;
}
</style>
background-color css
<style>
a { background-color: #9004E1; }
a { background-color: rgb(144,4,225); }
div.DivClassName
{
background-color: #9004E1;
}
.BgClassName
{
background-color: #9004E1;
}
</style>
border-color css
<style>
span { border-color: #9004E1; }
span { border-color: rgb(144,4,225); }
td.TdClassName
{
border-color: #9004E1;
}
.TagClassName
{
border-color: #9004E1;
}
</style>