Shades of Dark Orchid #901DB0
Tints of Dark Orchid #901DB0
RGB
CMYK
RGB Variations
Color information
#901DB0 (or 0x901DB0) is known color: Dark Orchid. HEX triplet: 90, 1D and B0. RGB value is (144,29,176). Sum of RGB (Red+Green+Blue) = 144+29+176=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 176 (69.14% from 255 or 50.43% from 349); Max value from RGB is 176 - color contains mainly: blue. Hex color #901DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901DB0 is #6FE24F. Grayscale: #4F4F4F. Windows color (decimal): -7332432 or 11541904. OLE color: 11541904.
HSL color Cylindrical-coordinate representation of color #901DB0: hue angle of 286.94º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #901DB0 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 29 | 176 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.31 |
| HSL | 286.94º | 0.72% | 0.4% | - |
| HSV(B) | 286.94º | 0.84% | 0.69% | - |
| XYZ | 19.78 | 9.94 | 41.95 | - |
| YUV | 80.14 | 182.1 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 29 | 176 | 0.18 | 0.84 | 0 | 0.31 | 286.94 | 0.72 | 0.4 |
| Hex | 90 | 1D | B0 | 12 | 54 | 0 | 1F | 11F | 48 | 28 |
| Octal | 220 | 35 | 260 | 22 | 124 | 0 | 37 | 437 | 110 | 50 |
| Binary | 10010000 | 11101 | 10110000 | 10010 | 1010100 | 0 | 11111 | 100011111 | 1001000 | 101000 |
Color Harmonies of #901DB0
Complementary color
Monochromatic Colors of #901DB0
Black with #901DB0
Text Example
Text Example
White with #901DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901DB0; }
p { color: rgb(144,29,176); }
H1.HeaderClassName
{
color: #901DB0;
}
.AnyTagClassName
{
color: #901DB0;
}
</style>
background-color css
<style>
a { background-color: #901DB0; }
a { background-color: rgb(144,29,176); }
div.DivClassName
{
background-color: #901DB0;
}
.BgClassName
{
background-color: #901DB0;
}
</style>
border-color css
<style>
span { border-color: #901DB0; }
span { border-color: rgb(144,29,176); }
td.TdClassName
{
border-color: #901DB0;
}
.TagClassName
{
border-color: #901DB0;
}
</style>