Shades of Dark Orchid #9020CD
Tints of Dark Orchid #9020CD
RGB
CMYK
RGB Variations
Color information
#9020CD (or 0x9020CD) is known color: Dark Orchid. HEX triplet: 90, 20 and CD. RGB value is (144,32,205). Sum of RGB (Red+Green+Blue) = 144+32+205=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #9020CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9020CD is #6FDF32. Grayscale: #545454. Windows color (decimal): -7331635 or 13443216. OLE color: 13443216.
HSL color Cylindrical-coordinate representation of color #9020CD: hue angle of 278.84º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9020CD is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 32 | 205 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.20 |
| HSL | 278.84º | 0.73% | 0.46% | - |
| HSV(B) | 278.84º | 0.84% | 0.8% | - |
| XYZ | 23.04 | 11.37 | 58.74 | - |
| YUV | 85.21 | 195.61 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 32 | 205 | 0.30 | 0.84 | 0 | 0.20 | 278.84 | 0.73 | 0.46 |
| Hex | 90 | 20 | CD | 1E | 54 | 0 | 14 | 117 | 49 | 2E |
| Octal | 220 | 40 | 315 | 36 | 124 | 0 | 24 | 427 | 111 | 56 |
| Binary | 10010000 | 100000 | 11001101 | 11110 | 1010100 | 0 | 10100 | 100010111 | 1001001 | 101110 |
Color Harmonies of #9020CD
Complementary color
Monochromatic Colors of #9020CD
Black with #9020CD
Text Example
Text Example
White with #9020CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9020CD; }
p { color: rgb(144,32,205); }
H1.HeaderClassName
{
color: #9020CD;
}
.AnyTagClassName
{
color: #9020CD;
}
</style>
background-color css
<style>
a { background-color: #9020CD; }
a { background-color: rgb(144,32,205); }
div.DivClassName
{
background-color: #9020CD;
}
.BgClassName
{
background-color: #9020CD;
}
</style>
border-color css
<style>
span { border-color: #9020CD; }
span { border-color: rgb(144,32,205); }
td.TdClassName
{
border-color: #9020CD;
}
.TagClassName
{
border-color: #9020CD;
}
</style>