Shades of Dark Orchid #901EC0
Tints of Dark Orchid #901EC0
RGB
CMYK
RGB Variations
Color information
#901EC0 (or 0x901EC0) is known color: Dark Orchid. HEX triplet: 90, 1E and C0. RGB value is (144,30,192). Sum of RGB (Red+Green+Blue) = 144+30+192=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #901EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901EC0 is #6FE13F. Grayscale: #525252. Windows color (decimal): -7332160 or 12590736. OLE color: 12590736.
HSL color Cylindrical-coordinate representation of color #901EC0: hue angle of 282.22º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #901EC0 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 30 | 192 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.25 |
| HSL | 282.22º | 0.73% | 0.44% | - |
| HSV(B) | 282.22º | 0.84% | 0.75% | - |
| XYZ | 21.48 | 10.66 | 50.8 | - |
| YUV | 82.55 | 189.77 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 30 | 192 | 0.25 | 0.84 | 0 | 0.25 | 282.22 | 0.73 | 0.44 |
| Hex | 90 | 1E | C0 | 19 | 54 | 0 | 19 | 11A | 49 | 2C |
| Octal | 220 | 36 | 300 | 31 | 124 | 0 | 31 | 432 | 111 | 54 |
| Binary | 10010000 | 11110 | 11000000 | 11001 | 1010100 | 0 | 11001 | 100011010 | 1001001 | 101100 |
Color Harmonies of #901EC0
Complementary color
Monochromatic Colors of #901EC0
Black with #901EC0
Text Example
Text Example
White with #901EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901EC0; }
p { color: rgb(144,30,192); }
H1.HeaderClassName
{
color: #901EC0;
}
.AnyTagClassName
{
color: #901EC0;
}
</style>
background-color css
<style>
a { background-color: #901EC0; }
a { background-color: rgb(144,30,192); }
div.DivClassName
{
background-color: #901EC0;
}
.BgClassName
{
background-color: #901EC0;
}
</style>
border-color css
<style>
span { border-color: #901EC0; }
span { border-color: rgb(144,30,192); }
td.TdClassName
{
border-color: #901EC0;
}
.TagClassName
{
border-color: #901EC0;
}
</style>