Shades of Dark Orchid #901EAE
Tints of Dark Orchid #901EAE
RGB
CMYK
RGB Variations
Color information
#901EAE (or 0x901EAE) is known color: Dark Orchid. HEX triplet: 90, 1E and AE. RGB value is (144,30,174). Sum of RGB (Red+Green+Blue) = 144+30+174=348 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.38% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #901EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901EAE is #6FE151. Grayscale: #505050. Windows color (decimal): -7332178 or 11411088. OLE color: 11411088.
HSL color Cylindrical-coordinate representation of color #901EAE: hue angle of 287.5º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #901EAE is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 30 | 174 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.32 |
| HSL | 287.5º | 0.71% | 0.4% | - |
| HSV(B) | 287.5º | 0.83% | 0.68% | - |
| XYZ | 19.61 | 9.91 | 40.92 | - |
| YUV | 80.5 | 180.77 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 30 | 174 | 0.17 | 0.83 | 0 | 0.32 | 287.5 | 0.71 | 0.4 |
| Hex | 90 | 1E | AE | 11 | 53 | 0 | 20 | 120 | 47 | 28 |
| Octal | 220 | 36 | 256 | 21 | 123 | 0 | 40 | 440 | 107 | 50 |
| Binary | 10010000 | 11110 | 10101110 | 10001 | 1010011 | 0 | 100000 | 100100000 | 1000111 | 101000 |
Color Harmonies of #901EAE
Complementary color
Monochromatic Colors of #901EAE
Black with #901EAE
Text Example
Text Example
White with #901EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901EAE; }
p { color: rgb(144,30,174); }
H1.HeaderClassName
{
color: #901EAE;
}
.AnyTagClassName
{
color: #901EAE;
}
</style>
background-color css
<style>
a { background-color: #901EAE; }
a { background-color: rgb(144,30,174); }
div.DivClassName
{
background-color: #901EAE;
}
.BgClassName
{
background-color: #901EAE;
}
</style>
border-color css
<style>
span { border-color: #901EAE; }
span { border-color: rgb(144,30,174); }
td.TdClassName
{
border-color: #901EAE;
}
.TagClassName
{
border-color: #901EAE;
}
</style>