Shades of Dark Orchid #901DAC
Tints of Dark Orchid #901DAC
RGB
CMYK
RGB Variations
Color information
#901DAC (or 0x901DAC) is known color: Dark Orchid. HEX triplet: 90, 1D and AC. RGB value is (144,29,172). Sum of RGB (Red+Green+Blue) = 144+29+172=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #901DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901DAC is #6FE253. Grayscale: #4F4F4F. Windows color (decimal): -7332436 or 11279760. OLE color: 11279760.
HSL color Cylindrical-coordinate representation of color #901DAC: hue angle of 288.25º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #901DAC is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 29 | 172 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.33 |
| HSL | 288.25º | 0.71% | 0.39% | - |
| HSV(B) | 288.25º | 0.83% | 0.67% | - |
| XYZ | 19.39 | 9.79 | 39.9 | - |
| YUV | 79.69 | 180.1 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 29 | 172 | 0.16 | 0.83 | 0 | 0.33 | 288.25 | 0.71 | 0.39 |
| Hex | 90 | 1D | AC | 10 | 53 | 0 | 21 | 120 | 47 | 27 |
| Octal | 220 | 35 | 254 | 20 | 123 | 0 | 41 | 440 | 107 | 47 |
| Binary | 10010000 | 11101 | 10101100 | 10000 | 1010011 | 0 | 100001 | 100100000 | 1000111 | 100111 |
Color Harmonies of #901DAC
Complementary color
Monochromatic Colors of #901DAC
Black with #901DAC
Text Example
Text Example
White with #901DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901DAC; }
p { color: rgb(144,29,172); }
H1.HeaderClassName
{
color: #901DAC;
}
.AnyTagClassName
{
color: #901DAC;
}
</style>
background-color css
<style>
a { background-color: #901DAC; }
a { background-color: rgb(144,29,172); }
div.DivClassName
{
background-color: #901DAC;
}
.BgClassName
{
background-color: #901DAC;
}
</style>
border-color css
<style>
span { border-color: #901DAC; }
span { border-color: rgb(144,29,172); }
td.TdClassName
{
border-color: #901DAC;
}
.TagClassName
{
border-color: #901DAC;
}
</style>