Shades of Dark Orchid #901ED2
Tints of Dark Orchid #901ED2
RGB
CMYK
RGB Variations
Color information
#901ED2 (or 0x901ED2) is known color: Dark Orchid. HEX triplet: 90, 1E and D2. RGB value is (144,30,210). Sum of RGB (Red+Green+Blue) = 144+30+210=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 210 (82.42% from 255 or 54.69% from 384); Max value from RGB is 210 - color contains mainly: blue. Hex color #901ED2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901ED2 is #6FE12D. Grayscale: #545454. Windows color (decimal): -7332142 or 13770384. OLE color: 13770384.
HSL color Cylindrical-coordinate representation of color #901ED2: hue angle of 278º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901ED2 is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 30 | 210 | - |
| CMYK | 0.31 | 0.86 | 0 | 0.18 |
| HSL | 278º | 0.75% | 0.47% | - |
| HSV(B) | 278º | 0.86% | 0.82% | - |
| XYZ | 23.6 | 11.51 | 61.95 | - |
| YUV | 84.61 | 198.77 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 30 | 210 | 0.31 | 0.86 | 0 | 0.18 | 278 | 0.75 | 0.47 |
| Hex | 90 | 1E | D2 | 1F | 56 | 0 | 12 | 116 | 4B | 2F |
| Octal | 220 | 36 | 322 | 37 | 126 | 0 | 22 | 426 | 113 | 57 |
| Binary | 10010000 | 11110 | 11010010 | 11111 | 1010110 | 0 | 10010 | 100010110 | 1001011 | 101111 |
Color Harmonies of #901ED2
Complementary color
Monochromatic Colors of #901ED2
Black with #901ED2
Text Example
Text Example
White with #901ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901ED2; }
p { color: rgb(144,30,210); }
H1.HeaderClassName
{
color: #901ED2;
}
.AnyTagClassName
{
color: #901ED2;
}
</style>
background-color css
<style>
a { background-color: #901ED2; }
a { background-color: rgb(144,30,210); }
div.DivClassName
{
background-color: #901ED2;
}
.BgClassName
{
background-color: #901ED2;
}
</style>
border-color css
<style>
span { border-color: #901ED2; }
span { border-color: rgb(144,30,210); }
td.TdClassName
{
border-color: #901ED2;
}
.TagClassName
{
border-color: #901ED2;
}
</style>