Shades of Dark Orchid #9021D0
Tints of Dark Orchid #9021D0
RGB
CMYK
RGB Variations
Color information
#9021D0 (or 0x9021D0) is known color: Dark Orchid. HEX triplet: 90, 21 and D0. RGB value is (144,33,208). Sum of RGB (Red+Green+Blue) = 144+33+208=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 208 (81.64% from 255 or 54.03% from 385); Max value from RGB is 208 - color contains mainly: blue. Hex color #9021D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9021D0 is #6FDE2F. Grayscale: #555555. Windows color (decimal): -7331376 or 13640080. OLE color: 13640080.
HSL color Cylindrical-coordinate representation of color #9021D0: hue angle of 278.06º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9021D0 is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 33 | 208 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.18 |
| HSL | 278.06º | 0.73% | 0.47% | - |
| HSV(B) | 278.06º | 0.84% | 0.82% | - |
| XYZ | 23.43 | 11.57 | 60.67 | - |
| YUV | 86.14 | 196.77 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 33 | 208 | 0.31 | 0.84 | 0 | 0.18 | 278.06 | 0.73 | 0.47 |
| Hex | 90 | 21 | D0 | 1F | 54 | 0 | 12 | 116 | 49 | 2F |
| Octal | 220 | 41 | 320 | 37 | 124 | 0 | 22 | 426 | 111 | 57 |
| Binary | 10010000 | 100001 | 11010000 | 11111 | 1010100 | 0 | 10010 | 100010110 | 1001001 | 101111 |
Color Harmonies of #9021D0
Complementary color
Monochromatic Colors of #9021D0
Black with #9021D0
Text Example
Text Example
White with #9021D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9021D0; }
p { color: rgb(144,33,208); }
H1.HeaderClassName
{
color: #9021D0;
}
.AnyTagClassName
{
color: #9021D0;
}
</style>
background-color css
<style>
a { background-color: #9021D0; }
a { background-color: rgb(144,33,208); }
div.DivClassName
{
background-color: #9021D0;
}
.BgClassName
{
background-color: #9021D0;
}
</style>
border-color css
<style>
span { border-color: #9021D0; }
span { border-color: rgb(144,33,208); }
td.TdClassName
{
border-color: #9021D0;
}
.TagClassName
{
border-color: #9021D0;
}
</style>