Shades of Dark Orchid #9A20CD
Tints of Dark Orchid #9A20CD
RGB
CMYK
RGB Variations
Color information
#9A20CD (or 0x9A20CD) is known color: Dark Orchid. HEX triplet: 9A, 20 and CD. RGB value is (154,32,205). Sum of RGB (Red+Green+Blue) = 154+32+205=391 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.39% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A20CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A20CD is #65DF32. Grayscale: #575757. Windows color (decimal): -6676275 or 13443226. OLE color: 13443226.
HSL color Cylindrical-coordinate representation of color #9A20CD: hue angle of 282.31º 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 #9A20CD is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 32 | 205 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.20 |
| HSL | 282.31º | 0.73% | 0.46% | - |
| HSV(B) | 282.31º | 0.84% | 0.8% | - |
| XYZ | 24.86 | 12.31 | 58.82 | - |
| YUV | 88.2 | 193.92 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 32 | 205 | 0.25 | 0.84 | 0 | 0.20 | 282.31 | 0.73 | 0.46 |
| Hex | 9A | 20 | CD | 19 | 54 | 0 | 14 | 11A | 49 | 2E |
| Octal | 232 | 40 | 315 | 31 | 124 | 0 | 24 | 432 | 111 | 56 |
| Binary | 10011010 | 100000 | 11001101 | 11001 | 1010100 | 0 | 10100 | 100011010 | 1001001 | 101110 |
Color Harmonies of #9A20CD
Complementary color
Monochromatic Colors of #9A20CD
Black with #9A20CD
Text Example
Text Example
White with #9A20CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A20CD; }
p { color: rgb(154,32,205); }
H1.HeaderClassName
{
color: #9A20CD;
}
.AnyTagClassName
{
color: #9A20CD;
}
</style>
background-color css
<style>
a { background-color: #9A20CD; }
a { background-color: rgb(154,32,205); }
div.DivClassName
{
background-color: #9A20CD;
}
.BgClassName
{
background-color: #9A20CD;
}
</style>
border-color css
<style>
span { border-color: #9A20CD; }
span { border-color: rgb(154,32,205); }
td.TdClassName
{
border-color: #9A20CD;
}
.TagClassName
{
border-color: #9A20CD;
}
</style>