Shades of Dark Orchid #901CC9
Tints of Dark Orchid #901CC9
RGB
CMYK
RGB Variations
Color information
#901CC9 (or 0x901CC9) is known color: Dark Orchid. HEX triplet: 90, 1C and C9. RGB value is (144,28,201). Sum of RGB (Red+Green+Blue) = 144+28+201=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 28 (11.33% from 255 or 7.51% from 373); Blue value is 201 (78.91% from 255 or 53.89% from 373); Max value from RGB is 201 - color contains mainly: blue. Hex color #901CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901CC9 is #6FE336. Grayscale: #515151. Windows color (decimal): -7332663 or 13180048. OLE color: 13180048.
HSL color Cylindrical-coordinate representation of color #901CC9: hue angle of 280.23º degrees, saturation: 0.76, 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 #901CC9 is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 28 | 201 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.21 |
| HSL | 280.23º | 0.76% | 0.45% | - |
| HSV(B) | 280.23º | 0.86% | 0.79% | - |
| XYZ | 22.46 | 10.98 | 56.19 | - |
| YUV | 82.41 | 194.93 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 201 | 0.28 | 0.86 | 0 | 0.21 | 280.23 | 0.76 | 0.45 |
| Hex | 90 | 1C | C9 | 1C | 56 | 0 | 15 | 118 | 4C | 2D |
| Octal | 220 | 34 | 311 | 34 | 126 | 0 | 25 | 430 | 114 | 55 |
| Binary | 10010000 | 11100 | 11001001 | 11100 | 1010110 | 0 | 10101 | 100011000 | 1001100 | 101101 |
Color Harmonies of #901CC9
Complementary color
Monochromatic Colors of #901CC9
Black with #901CC9
Text Example
Text Example
White with #901CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901CC9; }
p { color: rgb(144,28,201); }
H1.HeaderClassName
{
color: #901CC9;
}
.AnyTagClassName
{
color: #901CC9;
}
</style>
background-color css
<style>
a { background-color: #901CC9; }
a { background-color: rgb(144,28,201); }
div.DivClassName
{
background-color: #901CC9;
}
.BgClassName
{
background-color: #901CC9;
}
</style>
border-color css
<style>
span { border-color: #901CC9; }
span { border-color: rgb(144,28,201); }
td.TdClassName
{
border-color: #901CC9;
}
.TagClassName
{
border-color: #901CC9;
}
</style>