Shades of Dark Orchid #901DC9
Tints of Dark Orchid #901DC9
RGB
CMYK
RGB Variations
Color information
#901DC9 (or 0x901DC9) is known color: Dark Orchid. HEX triplet: 90, 1D and C9. RGB value is (144,29,201). Sum of RGB (Red+Green+Blue) = 144+29+201=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 201 (78.91% from 255 or 53.74% from 374); Max value from RGB is 201 - color contains mainly: blue. Hex color #901DC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901DC9 is #6FE236. Grayscale: #525252. Windows color (decimal): -7332407 or 13180304. OLE color: 13180304.
HSL color Cylindrical-coordinate representation of color #901DC9: hue angle of 280.12º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901DC9 is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 29 | 201 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.21 |
| HSL | 280.12º | 0.75% | 0.45% | - |
| HSV(B) | 280.12º | 0.86% | 0.79% | - |
| XYZ | 22.48 | 11.03 | 56.2 | - |
| YUV | 82.99 | 194.6 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 29 | 201 | 0.28 | 0.86 | 0 | 0.21 | 280.12 | 0.75 | 0.45 |
| Hex | 90 | 1D | C9 | 1C | 56 | 0 | 15 | 118 | 4B | 2D |
| Octal | 220 | 35 | 311 | 34 | 126 | 0 | 25 | 430 | 113 | 55 |
| Binary | 10010000 | 11101 | 11001001 | 11100 | 1010110 | 0 | 10101 | 100011000 | 1001011 | 101101 |
Color Harmonies of #901DC9
Complementary color
Monochromatic Colors of #901DC9
Black with #901DC9
Text Example
Text Example
White with #901DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901DC9; }
p { color: rgb(144,29,201); }
H1.HeaderClassName
{
color: #901DC9;
}
.AnyTagClassName
{
color: #901DC9;
}
</style>
background-color css
<style>
a { background-color: #901DC9; }
a { background-color: rgb(144,29,201); }
div.DivClassName
{
background-color: #901DC9;
}
.BgClassName
{
background-color: #901DC9;
}
</style>
border-color css
<style>
span { border-color: #901DC9; }
span { border-color: rgb(144,29,201); }
td.TdClassName
{
border-color: #901DC9;
}
.TagClassName
{
border-color: #901DC9;
}
</style>