Shades of Dark Orchid #901ACD
Tints of Dark Orchid #901ACD
RGB
CMYK
RGB Variations
Color information
#901ACD (or 0x901ACD) is known color: Dark Orchid. HEX triplet: 90, 1A and CD. RGB value is (144,26,205). Sum of RGB (Red+Green+Blue) = 144+26+205=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #901ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901ACD is #6FE532. Grayscale: #515151. Windows color (decimal): -7333171 or 13441680. OLE color: 13441680.
HSL color Cylindrical-coordinate representation of color #901ACD: hue angle of 279.55º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #901ACD is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 26 | 205 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.20 |
| HSL | 279.55º | 0.77% | 0.45% | - |
| HSV(B) | 279.55º | 0.87% | 0.8% | - |
| XYZ | 22.89 | 11.08 | 58.69 | - |
| YUV | 81.69 | 197.59 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 205 | 0.30 | 0.87 | 0 | 0.20 | 279.55 | 0.77 | 0.45 |
| Hex | 90 | 1A | CD | 1E | 57 | 0 | 14 | 118 | 4D | 2D |
| Octal | 220 | 32 | 315 | 36 | 127 | 0 | 24 | 430 | 115 | 55 |
| Binary | 10010000 | 11010 | 11001101 | 11110 | 1010111 | 0 | 10100 | 100011000 | 1001101 | 101101 |
Color Harmonies of #901ACD
Complementary color
Monochromatic Colors of #901ACD
Black with #901ACD
Text Example
Text Example
White with #901ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901ACD; }
p { color: rgb(144,26,205); }
H1.HeaderClassName
{
color: #901ACD;
}
.AnyTagClassName
{
color: #901ACD;
}
</style>
background-color css
<style>
a { background-color: #901ACD; }
a { background-color: rgb(144,26,205); }
div.DivClassName
{
background-color: #901ACD;
}
.BgClassName
{
background-color: #901ACD;
}
</style>
border-color css
<style>
span { border-color: #901ACD; }
span { border-color: rgb(144,26,205); }
td.TdClassName
{
border-color: #901ACD;
}
.TagClassName
{
border-color: #901ACD;
}
</style>