Shades of Dark Orchid #901DB4
Tints of Dark Orchid #901DB4
RGB
CMYK
RGB Variations
Color information
#901DB4 (or 0x901DB4) is known color: Dark Orchid. HEX triplet: 90, 1D and B4. RGB value is (144,29,180). Sum of RGB (Red+Green+Blue) = 144+29+180=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 180 (70.70% from 255 or 50.99% from 353); Max value from RGB is 180 - color contains mainly: blue. Hex color #901DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901DB4 is #6FE24B. Grayscale: #505050. Windows color (decimal): -7332428 or 11804048. OLE color: 11804048.
HSL color Cylindrical-coordinate representation of color #901DB4: hue angle of 285.7º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #901DB4 is Cyan = 0.2, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 29 | 180 | - |
| CMYK | 0.2 | 0.84 | 0 | 0.29 |
| HSL | 285.7º | 0.72% | 0.41% | - |
| HSV(B) | 285.7º | 0.84% | 0.71% | - |
| XYZ | 20.18 | 10.1 | 44.07 | - |
| YUV | 80.6 | 184.1 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 29 | 180 | 0.2 | 0.84 | 0 | 0.29 | 285.7 | 0.72 | 0.41 |
| Hex | 90 | 1D | B4 | 14 | 54 | 0 | 1D | 11E | 48 | 29 |
| Octal | 220 | 35 | 264 | 24 | 124 | 0 | 35 | 436 | 110 | 51 |
| Binary | 10010000 | 11101 | 10110100 | 10100 | 1010100 | 0 | 11101 | 100011110 | 1001000 | 101001 |
Color Harmonies of #901DB4
Complementary color
Monochromatic Colors of #901DB4
Black with #901DB4
Text Example
Text Example
White with #901DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901DB4; }
p { color: rgb(144,29,180); }
H1.HeaderClassName
{
color: #901DB4;
}
.AnyTagClassName
{
color: #901DB4;
}
</style>
background-color css
<style>
a { background-color: #901DB4; }
a { background-color: rgb(144,29,180); }
div.DivClassName
{
background-color: #901DB4;
}
.BgClassName
{
background-color: #901DB4;
}
</style>
border-color css
<style>
span { border-color: #901DB4; }
span { border-color: rgb(144,29,180); }
td.TdClassName
{
border-color: #901DB4;
}
.TagClassName
{
border-color: #901DB4;
}
</style>