Shades of Dark Orchid #901ABE
Tints of Dark Orchid #901ABE
RGB
CMYK
RGB Variations
Color information
#901ABE (or 0x901ABE) is known color: Dark Orchid. HEX triplet: 90, 1A and BE. RGB value is (144,26,190). Sum of RGB (Red+Green+Blue) = 144+26+190=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #901ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901ABE is #6FE541. Grayscale: #4F4F4F. Windows color (decimal): -7333186 or 12458640. OLE color: 12458640.
HSL color Cylindrical-coordinate representation of color #901ABE: hue angle of 283.17º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901ABE is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 26 | 190 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.25 |
| HSL | 283.17º | 0.76% | 0.42% | - |
| HSV(B) | 283.17º | 0.86% | 0.75% | - |
| XYZ | 21.17 | 10.39 | 49.6 | - |
| YUV | 79.98 | 190.09 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 190 | 0.24 | 0.86 | 0 | 0.25 | 283.17 | 0.76 | 0.42 |
| Hex | 90 | 1A | BE | 18 | 56 | 0 | 19 | 11B | 4C | 2A |
| Octal | 220 | 32 | 276 | 30 | 126 | 0 | 31 | 433 | 114 | 52 |
| Binary | 10010000 | 11010 | 10111110 | 11000 | 1010110 | 0 | 11001 | 100011011 | 1001100 | 101010 |
Color Harmonies of #901ABE
Complementary color
Monochromatic Colors of #901ABE
Black with #901ABE
Text Example
Text Example
White with #901ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901ABE; }
p { color: rgb(144,26,190); }
H1.HeaderClassName
{
color: #901ABE;
}
.AnyTagClassName
{
color: #901ABE;
}
</style>
background-color css
<style>
a { background-color: #901ABE; }
a { background-color: rgb(144,26,190); }
div.DivClassName
{
background-color: #901ABE;
}
.BgClassName
{
background-color: #901ABE;
}
</style>
border-color css
<style>
span { border-color: #901ABE; }
span { border-color: rgb(144,26,190); }
td.TdClassName
{
border-color: #901ABE;
}
.TagClassName
{
border-color: #901ABE;
}
</style>