Shades of Dark Orchid #9D2AAE
Tints of Dark Orchid #9D2AAE
RGB
CMYK
RGB Variations
Color information
#9D2AAE (or 0x9D2AAE) is known color: Dark Orchid. HEX triplet: 9D, 2A and AE. RGB value is (157,42,174). Sum of RGB (Red+Green+Blue) = 157+42+174=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 42 (16.80% from 255 or 11.26% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D2AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2AAE is #62D551. Grayscale: #5B5B5B. Windows color (decimal): -6477138 or 11414173. OLE color: 11414173.
HSL color Cylindrical-coordinate representation of color #9D2AAE: hue angle of 292.27º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D2AAE is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 42 | 174 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.32 |
| HSL | 292.27º | 0.61% | 0.42% | - |
| HSV(B) | 292.27º | 0.76% | 0.68% | - |
| XYZ | 22.37 | 11.88 | 41.16 | - |
| YUV | 91.43 | 174.6 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 42 | 174 | 0.10 | 0.76 | 0 | 0.32 | 292.27 | 0.61 | 0.42 |
| Hex | 9D | 2A | AE | A | 4C | 0 | 20 | 124 | 3D | 2A |
| Octal | 235 | 52 | 256 | 12 | 114 | 0 | 40 | 444 | 75 | 52 |
| Binary | 10011101 | 101010 | 10101110 | 1010 | 1001100 | 0 | 100000 | 100100100 | 111101 | 101010 |
Color Harmonies of #9D2AAE
Complementary color
Monochromatic Colors of #9D2AAE
Black with #9D2AAE
Text Example
Text Example
White with #9D2AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2AAE; }
p { color: rgb(157,42,174); }
H1.HeaderClassName
{
color: #9D2AAE;
}
.AnyTagClassName
{
color: #9D2AAE;
}
</style>
background-color css
<style>
a { background-color: #9D2AAE; }
a { background-color: rgb(157,42,174); }
div.DivClassName
{
background-color: #9D2AAE;
}
.BgClassName
{
background-color: #9D2AAE;
}
</style>
border-color css
<style>
span { border-color: #9D2AAE; }
span { border-color: rgb(157,42,174); }
td.TdClassName
{
border-color: #9D2AAE;
}
.TagClassName
{
border-color: #9D2AAE;
}
</style>