Shades of Dark Orchid #9A20CA
Tints of Dark Orchid #9A20CA
RGB
CMYK
RGB Variations
Color information
#9A20CA (or 0x9A20CA) is known color: Dark Orchid. HEX triplet: 9A, 20 and CA. RGB value is (154,32,202). Sum of RGB (Red+Green+Blue) = 154+32+202=388 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.69% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A20CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A20CA is #65DF35. Grayscale: #575757. Windows color (decimal): -6676278 or 13246618. OLE color: 13246618.
HSL color Cylindrical-coordinate representation of color #9A20CA: hue angle of 283.06º 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 #9A20CA is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 32 | 202 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.21 |
| HSL | 283.06º | 0.73% | 0.46% | - |
| HSV(B) | 283.06º | 0.84% | 0.79% | - |
| XYZ | 24.5 | 12.17 | 56.93 | - |
| YUV | 87.86 | 192.42 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 32 | 202 | 0.24 | 0.84 | 0 | 0.21 | 283.06 | 0.73 | 0.46 |
| Hex | 9A | 20 | CA | 18 | 54 | 0 | 15 | 11B | 49 | 2E |
| Octal | 232 | 40 | 312 | 30 | 124 | 0 | 25 | 433 | 111 | 56 |
| Binary | 10011010 | 100000 | 11001010 | 11000 | 1010100 | 0 | 10101 | 100011011 | 1001001 | 101110 |
Color Harmonies of #9A20CA
Complementary color
Monochromatic Colors of #9A20CA
Black with #9A20CA
Text Example
Text Example
White with #9A20CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A20CA; }
p { color: rgb(154,32,202); }
H1.HeaderClassName
{
color: #9A20CA;
}
.AnyTagClassName
{
color: #9A20CA;
}
</style>
background-color css
<style>
a { background-color: #9A20CA; }
a { background-color: rgb(154,32,202); }
div.DivClassName
{
background-color: #9A20CA;
}
.BgClassName
{
background-color: #9A20CA;
}
</style>
border-color css
<style>
span { border-color: #9A20CA; }
span { border-color: rgb(154,32,202); }
td.TdClassName
{
border-color: #9A20CA;
}
.TagClassName
{
border-color: #9A20CA;
}
</style>