Shades of Dark Orchid #901DCD
Tints of Dark Orchid #901DCD
RGB
CMYK
RGB Variations
Color information
#901DCD (or 0x901DCD) is known color: Dark Orchid. HEX triplet: 90, 1D and CD. RGB value is (144,29,205). Sum of RGB (Red+Green+Blue) = 144+29+205=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #901DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901DCD is #6FE232. Grayscale: #525252. Windows color (decimal): -7332403 or 13442448. OLE color: 13442448.
HSL color Cylindrical-coordinate representation of color #901DCD: hue angle of 279.2º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901DCD is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 29 | 205 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.20 |
| HSL | 279.2º | 0.75% | 0.46% | - |
| HSV(B) | 279.2º | 0.86% | 0.8% | - |
| XYZ | 22.96 | 11.22 | 58.71 | - |
| YUV | 83.45 | 196.6 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 29 | 205 | 0.30 | 0.86 | 0 | 0.20 | 279.2 | 0.75 | 0.46 |
| Hex | 90 | 1D | CD | 1E | 56 | 0 | 14 | 117 | 4B | 2E |
| Octal | 220 | 35 | 315 | 36 | 126 | 0 | 24 | 427 | 113 | 56 |
| Binary | 10010000 | 11101 | 11001101 | 11110 | 1010110 | 0 | 10100 | 100010111 | 1001011 | 101110 |
Color Harmonies of #901DCD
Complementary color
Monochromatic Colors of #901DCD
Black with #901DCD
Text Example
Text Example
White with #901DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901DCD; }
p { color: rgb(144,29,205); }
H1.HeaderClassName
{
color: #901DCD;
}
.AnyTagClassName
{
color: #901DCD;
}
</style>
background-color css
<style>
a { background-color: #901DCD; }
a { background-color: rgb(144,29,205); }
div.DivClassName
{
background-color: #901DCD;
}
.BgClassName
{
background-color: #901DCD;
}
</style>
border-color css
<style>
span { border-color: #901DCD; }
span { border-color: rgb(144,29,205); }
td.TdClassName
{
border-color: #901DCD;
}
.TagClassName
{
border-color: #901DCD;
}
</style>