Shades of Dark Orchid #9020CA
Tints of Dark Orchid #9020CA
RGB
CMYK
RGB Variations
Color information
#9020CA (or 0x9020CA) is known color: Dark Orchid. HEX triplet: 90, 20 and CA. RGB value is (144,32,202). Sum of RGB (Red+Green+Blue) = 144+32+202=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #9020CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9020CA is #6FDF35. Grayscale: #545454. Windows color (decimal): -7331638 or 13246608. OLE color: 13246608.
HSL color Cylindrical-coordinate representation of color #9020CA: hue angle of 279.53º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9020CA is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 32 | 202 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.21 |
| HSL | 279.53º | 0.73% | 0.46% | - |
| HSV(B) | 279.53º | 0.84% | 0.79% | - |
| XYZ | 22.68 | 11.23 | 56.85 | - |
| YUV | 84.87 | 194.11 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 32 | 202 | 0.29 | 0.84 | 0 | 0.21 | 279.53 | 0.73 | 0.46 |
| Hex | 90 | 20 | CA | 1D | 54 | 0 | 15 | 118 | 49 | 2E |
| Octal | 220 | 40 | 312 | 35 | 124 | 0 | 25 | 430 | 111 | 56 |
| Binary | 10010000 | 100000 | 11001010 | 11101 | 1010100 | 0 | 10101 | 100011000 | 1001001 | 101110 |
Color Harmonies of #9020CA
Complementary color
Monochromatic Colors of #9020CA
Black with #9020CA
Text Example
Text Example
White with #9020CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9020CA; }
p { color: rgb(144,32,202); }
H1.HeaderClassName
{
color: #9020CA;
}
.AnyTagClassName
{
color: #9020CA;
}
</style>
background-color css
<style>
a { background-color: #9020CA; }
a { background-color: rgb(144,32,202); }
div.DivClassName
{
background-color: #9020CA;
}
.BgClassName
{
background-color: #9020CA;
}
</style>
border-color css
<style>
span { border-color: #9020CA; }
span { border-color: rgb(144,32,202); }
td.TdClassName
{
border-color: #9020CA;
}
.TagClassName
{
border-color: #9020CA;
}
</style>