Shades of Dark Orchid #9920CA
Tints of Dark Orchid #9920CA
RGB
CMYK
RGB Variations
Color information
#9920CA (or 0x9920CA) is known color: Dark Orchid. HEX triplet: 99, 20 and CA. RGB value is (153,32,202). Sum of RGB (Red+Green+Blue) = 153+32+202=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #9920CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9920CA is #66DF35. Grayscale: #575757. Windows color (decimal): -6741814 or 13246617. OLE color: 13246617.
HSL color Cylindrical-coordinate representation of color #9920CA: hue angle of 282.71º 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 #9920CA is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 32 | 202 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.21 |
| HSL | 282.71º | 0.73% | 0.46% | - |
| HSV(B) | 282.71º | 0.84% | 0.79% | - |
| XYZ | 24.31 | 12.07 | 56.93 | - |
| YUV | 87.56 | 192.59 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 32 | 202 | 0.24 | 0.84 | 0 | 0.21 | 282.71 | 0.73 | 0.46 |
| Hex | 99 | 20 | CA | 18 | 54 | 0 | 15 | 11B | 49 | 2E |
| Octal | 231 | 40 | 312 | 30 | 124 | 0 | 25 | 433 | 111 | 56 |
| Binary | 10011001 | 100000 | 11001010 | 11000 | 1010100 | 0 | 10101 | 100011011 | 1001001 | 101110 |
Color Harmonies of #9920CA
Complementary color
Monochromatic Colors of #9920CA
Black with #9920CA
Text Example
Text Example
White with #9920CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9920CA; }
p { color: rgb(153,32,202); }
H1.HeaderClassName
{
color: #9920CA;
}
.AnyTagClassName
{
color: #9920CA;
}
</style>
background-color css
<style>
a { background-color: #9920CA; }
a { background-color: rgb(153,32,202); }
div.DivClassName
{
background-color: #9920CA;
}
.BgClassName
{
background-color: #9920CA;
}
</style>
border-color css
<style>
span { border-color: #9920CA; }
span { border-color: rgb(153,32,202); }
td.TdClassName
{
border-color: #9920CA;
}
.TagClassName
{
border-color: #9920CA;
}
</style>