Shades of Dark Violet #9001E0
Tints of Dark Violet #9001E0
RGB
CMYK
RGB Variations
Color information
#9001E0 (or 0x9001E0) is known color: Dark Violet. HEX triplet: 90, 01 and E0. RGB value is (144,1,224). Sum of RGB (Red+Green+Blue) = 144+1+224=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 224 (87.89% from 255 or 60.70% from 369); Max value from RGB is 224 - color contains mainly: blue. Hex color #9001E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9001E0 is #6FFE1F. Grayscale: #444444. Windows color (decimal): -7339552 or 14680464. OLE color: 14680464.
HSL color Cylindrical-coordinate representation of color #9001E0: hue angle of 278.48º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9001E0 is Cyan = 0.36, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 1 | 224 | - |
| CMYK | 0.36 | 1.00 | 0 | 0.12 |
| HSL | 278.48º | 0.99% | 0.44% | - |
| HSV(B) | 278.48º | 1% | 0.88% | - |
| XYZ | 24.97 | 11.33 | 71.39 | - |
| YUV | 69.18 | 215.38 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 224 | 0.36 | 1.00 | 0 | 0.12 | 278.48 | 0.99 | 0.44 |
| Hex | 90 | 1 | E0 | 24 | 64 | 0 | C | 116 | 63 | 2C |
| Octal | 220 | 1 | 340 | 44 | 144 | 0 | 14 | 426 | 143 | 54 |
| Binary | 10010000 | 1 | 11100000 | 100100 | 1100100 | 0 | 1100 | 100010110 | 1100011 | 101100 |
Color Harmonies of #9001E0
Complementary color
Monochromatic Colors of #9001E0
Black with #9001E0
Text Example
Text Example
White with #9001E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9001E0; }
p { color: rgb(144,1,224); }
H1.HeaderClassName
{
color: #9001E0;
}
.AnyTagClassName
{
color: #9001E0;
}
</style>
background-color css
<style>
a { background-color: #9001E0; }
a { background-color: rgb(144,1,224); }
div.DivClassName
{
background-color: #9001E0;
}
.BgClassName
{
background-color: #9001E0;
}
</style>
border-color css
<style>
span { border-color: #9001E0; }
span { border-color: rgb(144,1,224); }
td.TdClassName
{
border-color: #9001E0;
}
.TagClassName
{
border-color: #9001E0;
}
</style>