Shades of Dark Orchid #901AAD
Tints of Dark Orchid #901AAD
RGB
CMYK
RGB Variations
Color information
#901AAD (or 0x901AAD) is known color: Dark Orchid. HEX triplet: 90, 1A and AD. RGB value is (144,26,173). Sum of RGB (Red+Green+Blue) = 144+26+173=343 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.98% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #901AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901AAD is #6FE552. Grayscale: #4D4D4D. Windows color (decimal): -7333203 or 11344528. OLE color: 11344528.
HSL color Cylindrical-coordinate representation of color #901AAD: hue angle of 288.16º 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 #901AAD is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 26 | 173 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.32 |
| HSL | 288.16º | 0.74% | 0.39% | - |
| HSV(B) | 288.16º | 0.85% | 0.68% | - |
| XYZ | 19.41 | 9.69 | 40.38 | - |
| YUV | 78.04 | 181.59 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 173 | 0.17 | 0.85 | 0 | 0.32 | 288.16 | 0.74 | 0.39 |
| Hex | 90 | 1A | AD | 11 | 55 | 0 | 20 | 120 | 4A | 27 |
| Octal | 220 | 32 | 255 | 21 | 125 | 0 | 40 | 440 | 112 | 47 |
| Binary | 10010000 | 11010 | 10101101 | 10001 | 1010101 | 0 | 100000 | 100100000 | 1001010 | 100111 |
Color Harmonies of #901AAD
Complementary color
Monochromatic Colors of #901AAD
Black with #901AAD
Text Example
Text Example
White with #901AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901AAD; }
p { color: rgb(144,26,173); }
H1.HeaderClassName
{
color: #901AAD;
}
.AnyTagClassName
{
color: #901AAD;
}
</style>
background-color css
<style>
a { background-color: #901AAD; }
a { background-color: rgb(144,26,173); }
div.DivClassName
{
background-color: #901AAD;
}
.BgClassName
{
background-color: #901AAD;
}
</style>
border-color css
<style>
span { border-color: #901AAD; }
span { border-color: rgb(144,26,173); }
td.TdClassName
{
border-color: #901AAD;
}
.TagClassName
{
border-color: #901AAD;
}
</style>