Shades of Dark Violet #9004B5
Tints of Dark Violet #9004B5
RGB
CMYK
RGB Variations
Color information
#9004B5 (or 0x9004B5) is known color: Dark Violet. HEX triplet: 90, 04 and B5. RGB value is (144,4,181). Sum of RGB (Red+Green+Blue) = 144+4+181=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 181 (71.09% from 255 or 55.02% from 329); Max value from RGB is 181 - color contains mainly: blue. Hex color #9004B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9004B5 is #6FFB4A. Grayscale: #414141. Windows color (decimal): -7338827 or 11863184. OLE color: 11863184.
HSL color Cylindrical-coordinate representation of color #9004B5: hue angle of 287.46º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9004B5 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 4 | 181 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.29 |
| HSL | 287.46º | 0.96% | 0.36% | - |
| HSV(B) | 287.46º | 0.98% | 0.71% | - |
| XYZ | 19.89 | 9.35 | 44.47 | - |
| YUV | 66.04 | 192.88 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 4 | 181 | 0.20 | 0.98 | 0 | 0.29 | 287.46 | 0.96 | 0.36 |
| Hex | 90 | 4 | B5 | 14 | 62 | 0 | 1D | 11F | 60 | 24 |
| Octal | 220 | 4 | 265 | 24 | 142 | 0 | 35 | 437 | 140 | 44 |
| Binary | 10010000 | 100 | 10110101 | 10100 | 1100010 | 0 | 11101 | 100011111 | 1100000 | 100100 |
Color Harmonies of #9004B5
Complementary color
Monochromatic Colors of #9004B5
Black with #9004B5
Text Example
Text Example
White with #9004B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9004B5; }
p { color: rgb(144,4,181); }
H1.HeaderClassName
{
color: #9004B5;
}
.AnyTagClassName
{
color: #9004B5;
}
</style>
background-color css
<style>
a { background-color: #9004B5; }
a { background-color: rgb(144,4,181); }
div.DivClassName
{
background-color: #9004B5;
}
.BgClassName
{
background-color: #9004B5;
}
</style>
border-color css
<style>
span { border-color: #9004B5; }
span { border-color: rgb(144,4,181); }
td.TdClassName
{
border-color: #9004B5;
}
.TagClassName
{
border-color: #9004B5;
}
</style>