Shades of Dark Violet #900ED1
Tints of Dark Violet #900ED1
RGB
CMYK
RGB Variations
Color information
#900ED1 (or 0x900ED1) is known color: Dark Violet. HEX triplet: 90, 0E and D1. RGB value is (144,14,209). Sum of RGB (Red+Green+Blue) = 144+14+209=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 14 (5.86% from 255 or 3.81% from 367); Blue value is 209 (82.03% from 255 or 56.95% from 367); Max value from RGB is 209 - color contains mainly: blue. Hex color #900ED1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900ED1 is #6FF12E. Grayscale: #4A4A4A. Windows color (decimal): -7336239 or 13700752. OLE color: 13700752.
HSL color Cylindrical-coordinate representation of color #900ED1: hue angle of 280º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900ED1 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 14 | 209 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.18 |
| HSL | 280º | 0.87% | 0.44% | - |
| HSV(B) | 280º | 0.93% | 0.82% | - |
| XYZ | 23.17 | 10.85 | 61.19 | - |
| YUV | 75.1 | 203.57 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 14 | 209 | 0.31 | 0.93 | 0 | 0.18 | 280 | 0.87 | 0.44 |
| Hex | 90 | E | D1 | 1F | 5D | 0 | 12 | 118 | 57 | 2C |
| Octal | 220 | 16 | 321 | 37 | 135 | 0 | 22 | 430 | 127 | 54 |
| Binary | 10010000 | 1110 | 11010001 | 11111 | 1011101 | 0 | 10010 | 100011000 | 1010111 | 101100 |
Color Harmonies of #900ED1
Complementary color
Monochromatic Colors of #900ED1
Black with #900ED1
Text Example
Text Example
White with #900ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900ED1; }
p { color: rgb(144,14,209); }
H1.HeaderClassName
{
color: #900ED1;
}
.AnyTagClassName
{
color: #900ED1;
}
</style>
background-color css
<style>
a { background-color: #900ED1; }
a { background-color: rgb(144,14,209); }
div.DivClassName
{
background-color: #900ED1;
}
.BgClassName
{
background-color: #900ED1;
}
</style>
border-color css
<style>
span { border-color: #900ED1; }
span { border-color: rgb(144,14,209); }
td.TdClassName
{
border-color: #900ED1;
}
.TagClassName
{
border-color: #900ED1;
}
</style>