Shades of Dark Orchid #9D22AE
Tints of Dark Orchid #9D22AE
RGB
CMYK
RGB Variations
Color information
#9D22AE (or 0x9D22AE) is known color: Dark Orchid. HEX triplet: 9D, 22 and AE. RGB value is (157,34,174). Sum of RGB (Red+Green+Blue) = 157+34+174=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D22AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D22AE is #62DD51. Grayscale: #565656. Windows color (decimal): -6479186 or 11412125. OLE color: 11412125.
HSL color Cylindrical-coordinate representation of color #9D22AE: hue angle of 292.71º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D22AE is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 34 | 174 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.32 |
| HSL | 292.71º | 0.67% | 0.41% | - |
| HSV(B) | 292.71º | 0.8% | 0.68% | - |
| XYZ | 22.12 | 11.37 | 41.07 | - |
| YUV | 86.74 | 177.25 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 34 | 174 | 0.10 | 0.80 | 0 | 0.32 | 292.71 | 0.67 | 0.41 |
| Hex | 9D | 22 | AE | A | 50 | 0 | 20 | 125 | 43 | 29 |
| Octal | 235 | 42 | 256 | 12 | 120 | 0 | 40 | 445 | 103 | 51 |
| Binary | 10011101 | 100010 | 10101110 | 1010 | 1010000 | 0 | 100000 | 100100101 | 1000011 | 101001 |
Color Harmonies of #9D22AE
Complementary color
Monochromatic Colors of #9D22AE
Black with #9D22AE
Text Example
Text Example
White with #9D22AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D22AE; }
p { color: rgb(157,34,174); }
H1.HeaderClassName
{
color: #9D22AE;
}
.AnyTagClassName
{
color: #9D22AE;
}
</style>
background-color css
<style>
a { background-color: #9D22AE; }
a { background-color: rgb(157,34,174); }
div.DivClassName
{
background-color: #9D22AE;
}
.BgClassName
{
background-color: #9D22AE;
}
</style>
border-color css
<style>
span { border-color: #9D22AE; }
span { border-color: rgb(157,34,174); }
td.TdClassName
{
border-color: #9D22AE;
}
.TagClassName
{
border-color: #9D22AE;
}
</style>