Shades of Dark Violet #9003E5
Tints of Dark Violet #9003E5
RGB
CMYK
RGB Variations
Color information
#9003E5 (or 0x9003E5) is known color: Dark Violet. HEX triplet: 90, 03 and E5. RGB value is (144,3,229). Sum of RGB (Red+Green+Blue) = 144+3+229=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 229 (89.84% from 255 or 60.90% from 376); Max value from RGB is 229 - color contains mainly: blue. Hex color #9003E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9003E5 is #6FFC1A. Grayscale: #464646. Windows color (decimal): -7339035 or 15008656. OLE color: 15008656.
HSL color Cylindrical-coordinate representation of color #9003E5: hue angle of 277.43º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9003E5 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 3 | 229 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.10 |
| HSL | 277.43º | 0.97% | 0.45% | - |
| HSV(B) | 277.43º | 0.99% | 0.9% | - |
| XYZ | 25.68 | 11.65 | 75.02 | - |
| YUV | 70.92 | 217.21 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 229 | 0.37 | 0.99 | 0 | 0.10 | 277.43 | 0.97 | 0.45 |
| Hex | 90 | 3 | E5 | 25 | 63 | 0 | A | 115 | 61 | 2D |
| Octal | 220 | 3 | 345 | 45 | 143 | 0 | 12 | 425 | 141 | 55 |
| Binary | 10010000 | 11 | 11100101 | 100101 | 1100011 | 0 | 1010 | 100010101 | 1100001 | 101101 |
Color Harmonies of #9003E5
Complementary color
Monochromatic Colors of #9003E5
Black with #9003E5
Text Example
Text Example
White with #9003E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9003E5; }
p { color: rgb(144,3,229); }
H1.HeaderClassName
{
color: #9003E5;
}
.AnyTagClassName
{
color: #9003E5;
}
</style>
background-color css
<style>
a { background-color: #9003E5; }
a { background-color: rgb(144,3,229); }
div.DivClassName
{
background-color: #9003E5;
}
.BgClassName
{
background-color: #9003E5;
}
</style>
border-color css
<style>
span { border-color: #9003E5; }
span { border-color: rgb(144,3,229); }
td.TdClassName
{
border-color: #9003E5;
}
.TagClassName
{
border-color: #9003E5;
}
</style>