Shades of Dark Orchid #901AAE
Tints of Dark Orchid #901AAE
RGB
CMYK
RGB Variations
Color information
#901AAE (or 0x901AAE) is known color: Dark Orchid. HEX triplet: 90, 1A and AE. RGB value is (144,26,174). Sum of RGB (Red+Green+Blue) = 144+26+174=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #901AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901AAE is #6FE551. Grayscale: #4D4D4D. Windows color (decimal): -7333202 or 11410064. OLE color: 11410064.
HSL color Cylindrical-coordinate representation of color #901AAE: hue angle of 287.84º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901AAE is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 26 | 174 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.32 |
| HSL | 287.84º | 0.74% | 0.39% | - |
| HSV(B) | 287.84º | 0.85% | 0.68% | - |
| XYZ | 19.51 | 9.72 | 40.89 | - |
| YUV | 78.15 | 182.09 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 174 | 0.17 | 0.85 | 0 | 0.32 | 287.84 | 0.74 | 0.39 |
| Hex | 90 | 1A | AE | 11 | 55 | 0 | 20 | 120 | 4A | 27 |
| Octal | 220 | 32 | 256 | 21 | 125 | 0 | 40 | 440 | 112 | 47 |
| Binary | 10010000 | 11010 | 10101110 | 10001 | 1010101 | 0 | 100000 | 100100000 | 1001010 | 100111 |
Color Harmonies of #901AAE
Complementary color
Monochromatic Colors of #901AAE
Black with #901AAE
Text Example
Text Example
White with #901AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901AAE; }
p { color: rgb(144,26,174); }
H1.HeaderClassName
{
color: #901AAE;
}
.AnyTagClassName
{
color: #901AAE;
}
</style>
background-color css
<style>
a { background-color: #901AAE; }
a { background-color: rgb(144,26,174); }
div.DivClassName
{
background-color: #901AAE;
}
.BgClassName
{
background-color: #901AAE;
}
</style>
border-color css
<style>
span { border-color: #901AAE; }
span { border-color: rgb(144,26,174); }
td.TdClassName
{
border-color: #901AAE;
}
.TagClassName
{
border-color: #901AAE;
}
</style>