Shades of Dark Violet #9004F2
Tints of Dark Violet #9004F2
RGB
CMYK
RGB Variations
Color information
#9004F2 (or 0x9004F2) is known color: Dark Violet. HEX triplet: 90, 04 and F2. RGB value is (144,4,242). Sum of RGB (Red+Green+Blue) = 144+4+242=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 242 (94.92% from 255 or 62.05% from 390); Max value from RGB is 242 - color contains mainly: blue. Hex color #9004F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9004F2 is #6FFB0D. Grayscale: #484848. Windows color (decimal): -7338766 or 15860880. OLE color: 15860880.
HSL color Cylindrical-coordinate representation of color #9004F2: hue angle of 275.29º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9004F2 is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 4 | 242 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.05 |
| HSL | 275.29º | 0.97% | 0.48% | - |
| HSV(B) | 275.29º | 0.98% | 0.95% | - |
| XYZ | 27.57 | 12.43 | 84.95 | - |
| YUV | 72.99 | 223.38 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 4 | 242 | 0.40 | 0.98 | 0 | 0.05 | 275.29 | 0.97 | 0.48 |
| Hex | 90 | 4 | F2 | 28 | 62 | 0 | 5 | 113 | 61 | 30 |
| Octal | 220 | 4 | 362 | 50 | 142 | 0 | 5 | 423 | 141 | 60 |
| Binary | 10010000 | 100 | 11110010 | 101000 | 1100010 | 0 | 101 | 100010011 | 1100001 | 110000 |
Color Harmonies of #9004F2
Complementary color
Monochromatic Colors of #9004F2
Black with #9004F2
Text Example
Text Example
White with #9004F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9004F2; }
p { color: rgb(144,4,242); }
H1.HeaderClassName
{
color: #9004F2;
}
.AnyTagClassName
{
color: #9004F2;
}
</style>
background-color css
<style>
a { background-color: #9004F2; }
a { background-color: rgb(144,4,242); }
div.DivClassName
{
background-color: #9004F2;
}
.BgClassName
{
background-color: #9004F2;
}
</style>
border-color css
<style>
span { border-color: #9004F2; }
span { border-color: rgb(144,4,242); }
td.TdClassName
{
border-color: #9004F2;
}
.TagClassName
{
border-color: #9004F2;
}
</style>