Shades of Dark Orchid #901CD0
Tints of Dark Orchid #901CD0
RGB
CMYK
RGB Variations
Color information
#901CD0 (or 0x901CD0) is known color: Dark Orchid. HEX triplet: 90, 1C and D0. RGB value is (144,28,208). Sum of RGB (Red+Green+Blue) = 144+28+208=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 28 (11.33% from 255 or 7.37% from 380); Blue value is 208 (81.64% from 255 or 54.74% from 380); Max value from RGB is 208 - color contains mainly: blue. Hex color #901CD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901CD0 is #6FE32F. Grayscale: #525252. Windows color (decimal): -7332656 or 13638800. OLE color: 13638800.
HSL color Cylindrical-coordinate representation of color #901CD0: hue angle of 278.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #901CD0 is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 28 | 208 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.18 |
| HSL | 278.67º | 0.76% | 0.46% | - |
| HSV(B) | 278.67º | 0.87% | 0.82% | - |
| XYZ | 23.3 | 11.31 | 60.63 | - |
| YUV | 83.2 | 198.43 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 208 | 0.31 | 0.87 | 0 | 0.18 | 278.67 | 0.76 | 0.46 |
| Hex | 90 | 1C | D0 | 1F | 57 | 0 | 12 | 117 | 4C | 2E |
| Octal | 220 | 34 | 320 | 37 | 127 | 0 | 22 | 427 | 114 | 56 |
| Binary | 10010000 | 11100 | 11010000 | 11111 | 1010111 | 0 | 10010 | 100010111 | 1001100 | 101110 |
Color Harmonies of #901CD0
Complementary color
Monochromatic Colors of #901CD0
Black with #901CD0
Text Example
Text Example
White with #901CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901CD0; }
p { color: rgb(144,28,208); }
H1.HeaderClassName
{
color: #901CD0;
}
.AnyTagClassName
{
color: #901CD0;
}
</style>
background-color css
<style>
a { background-color: #901CD0; }
a { background-color: rgb(144,28,208); }
div.DivClassName
{
background-color: #901CD0;
}
.BgClassName
{
background-color: #901CD0;
}
</style>
border-color css
<style>
span { border-color: #901CD0; }
span { border-color: rgb(144,28,208); }
td.TdClassName
{
border-color: #901CD0;
}
.TagClassName
{
border-color: #901CD0;
}
</style>