Shades of Dark Violet #9001ED
Tints of Dark Violet #9001ED
RGB
CMYK
RGB Variations
Color information
#9001ED (or 0x9001ED) is known color: Dark Violet. HEX triplet: 90, 01 and ED. RGB value is (144,1,237). Sum of RGB (Red+Green+Blue) = 144+1+237=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 237 (92.97% from 255 or 62.04% from 382); Max value from RGB is 237 - color contains mainly: blue. Hex color #9001ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9001ED is #6FFE12. Grayscale: #454545. Windows color (decimal): -7339539 or 15532432. OLE color: 15532432.
HSL color Cylindrical-coordinate representation of color #9001ED: hue angle of 276.36º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9001ED is Cyan = 0.39, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 1 | 237 | - |
| CMYK | 0.39 | 1.00 | 0 | 0.07 |
| HSL | 276.36º | 0.99% | 0.47% | - |
| HSV(B) | 276.36º | 1% | 0.93% | - |
| XYZ | 26.8 | 12.07 | 81.04 | - |
| YUV | 70.66 | 221.88 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 237 | 0.39 | 1.00 | 0 | 0.07 | 276.36 | 0.99 | 0.47 |
| Hex | 90 | 1 | ED | 27 | 64 | 0 | 7 | 114 | 63 | 2F |
| Octal | 220 | 1 | 355 | 47 | 144 | 0 | 7 | 424 | 143 | 57 |
| Binary | 10010000 | 1 | 11101101 | 100111 | 1100100 | 0 | 111 | 100010100 | 1100011 | 101111 |
Color Harmonies of #9001ED
Complementary color
Monochromatic Colors of #9001ED
Black with #9001ED
Text Example
Text Example
White with #9001ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9001ED; }
p { color: rgb(144,1,237); }
H1.HeaderClassName
{
color: #9001ED;
}
.AnyTagClassName
{
color: #9001ED;
}
</style>
background-color css
<style>
a { background-color: #9001ED; }
a { background-color: rgb(144,1,237); }
div.DivClassName
{
background-color: #9001ED;
}
.BgClassName
{
background-color: #9001ED;
}
</style>
border-color css
<style>
span { border-color: #9001ED; }
span { border-color: rgb(144,1,237); }
td.TdClassName
{
border-color: #9001ED;
}
.TagClassName
{
border-color: #9001ED;
}
</style>