Shades of Dark Orchid #901BAE
Tints of Dark Orchid #901BAE
RGB
CMYK
RGB Variations
Color information
#901BAE (or 0x901BAE) is known color: Dark Orchid. HEX triplet: 90, 1B and AE. RGB value is (144,27,174). Sum of RGB (Red+Green+Blue) = 144+27+174=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #901BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901BAE is #6FE451. Grayscale: #4E4E4E. Windows color (decimal): -7332946 or 11410320. OLE color: 11410320.
HSL color Cylindrical-coordinate representation of color #901BAE: hue angle of 287.76º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #901BAE is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 27 | 174 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.32 |
| HSL | 287.76º | 0.73% | 0.39% | - |
| HSV(B) | 287.76º | 0.84% | 0.68% | - |
| XYZ | 19.53 | 9.77 | 40.9 | - |
| YUV | 78.74 | 181.76 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 27 | 174 | 0.17 | 0.84 | 0 | 0.32 | 287.76 | 0.73 | 0.39 |
| Hex | 90 | 1B | AE | 11 | 54 | 0 | 20 | 120 | 49 | 27 |
| Octal | 220 | 33 | 256 | 21 | 124 | 0 | 40 | 440 | 111 | 47 |
| Binary | 10010000 | 11011 | 10101110 | 10001 | 1010100 | 0 | 100000 | 100100000 | 1001001 | 100111 |
Color Harmonies of #901BAE
Complementary color
Monochromatic Colors of #901BAE
Black with #901BAE
Text Example
Text Example
White with #901BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901BAE; }
p { color: rgb(144,27,174); }
H1.HeaderClassName
{
color: #901BAE;
}
.AnyTagClassName
{
color: #901BAE;
}
</style>
background-color css
<style>
a { background-color: #901BAE; }
a { background-color: rgb(144,27,174); }
div.DivClassName
{
background-color: #901BAE;
}
.BgClassName
{
background-color: #901BAE;
}
</style>
border-color css
<style>
span { border-color: #901BAE; }
span { border-color: rgb(144,27,174); }
td.TdClassName
{
border-color: #901BAE;
}
.TagClassName
{
border-color: #901BAE;
}
</style>