Shades of Dark Orchid #901ECD
Tints of Dark Orchid #901ECD
RGB
CMYK
RGB Variations
Color information
#901ECD (or 0x901ECD) is known color: Dark Orchid. HEX triplet: 90, 1E and CD. RGB value is (144,30,205). Sum of RGB (Red+Green+Blue) = 144+30+205=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 30 (12.11% from 255 or 7.92% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #901ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901ECD is #6FE132. Grayscale: #535353. Windows color (decimal): -7332147 or 13442704. OLE color: 13442704.
HSL color Cylindrical-coordinate representation of color #901ECD: hue angle of 279.09º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901ECD is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 30 | 205 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.20 |
| HSL | 279.09º | 0.74% | 0.46% | - |
| HSV(B) | 279.09º | 0.85% | 0.8% | - |
| XYZ | 22.99 | 11.27 | 58.72 | - |
| YUV | 84.04 | 196.27 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 30 | 205 | 0.30 | 0.85 | 0 | 0.20 | 279.09 | 0.74 | 0.46 |
| Hex | 90 | 1E | CD | 1E | 55 | 0 | 14 | 117 | 4A | 2E |
| Octal | 220 | 36 | 315 | 36 | 125 | 0 | 24 | 427 | 112 | 56 |
| Binary | 10010000 | 11110 | 11001101 | 11110 | 1010101 | 0 | 10100 | 100010111 | 1001010 | 101110 |
Color Harmonies of #901ECD
Complementary color
Monochromatic Colors of #901ECD
Black with #901ECD
Text Example
Text Example
White with #901ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901ECD; }
p { color: rgb(144,30,205); }
H1.HeaderClassName
{
color: #901ECD;
}
.AnyTagClassName
{
color: #901ECD;
}
</style>
background-color css
<style>
a { background-color: #901ECD; }
a { background-color: rgb(144,30,205); }
div.DivClassName
{
background-color: #901ECD;
}
.BgClassName
{
background-color: #901ECD;
}
</style>
border-color css
<style>
span { border-color: #901ECD; }
span { border-color: rgb(144,30,205); }
td.TdClassName
{
border-color: #901ECD;
}
.TagClassName
{
border-color: #901ECD;
}
</style>