Shades of Dark Orchid #9D24AE
Tints of Dark Orchid #9D24AE
RGB
CMYK
RGB Variations
Color information
#9D24AE (or 0x9D24AE) is known color: Dark Orchid. HEX triplet: 9D, 24 and AE. RGB value is (157,36,174). Sum of RGB (Red+Green+Blue) = 157+36+174=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 36 (14.45% from 255 or 9.81% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D24AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D24AE is #62DB51. Grayscale: #575757. Windows color (decimal): -6478674 or 11412637. OLE color: 11412637.
HSL color Cylindrical-coordinate representation of color #9D24AE: hue angle of 292.61º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9D24AE is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 36 | 174 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.32 |
| HSL | 292.61º | 0.66% | 0.41% | - |
| HSV(B) | 292.61º | 0.79% | 0.68% | - |
| XYZ | 22.18 | 11.49 | 41.09 | - |
| YUV | 87.91 | 176.59 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 36 | 174 | 0.10 | 0.79 | 0 | 0.32 | 292.61 | 0.66 | 0.41 |
| Hex | 9D | 24 | AE | A | 4F | 0 | 20 | 125 | 42 | 29 |
| Octal | 235 | 44 | 256 | 12 | 117 | 0 | 40 | 445 | 102 | 51 |
| Binary | 10011101 | 100100 | 10101110 | 1010 | 1001111 | 0 | 100000 | 100100101 | 1000010 | 101001 |
Color Harmonies of #9D24AE
Complementary color
Monochromatic Colors of #9D24AE
Black with #9D24AE
Text Example
Text Example
White with #9D24AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D24AE; }
p { color: rgb(157,36,174); }
H1.HeaderClassName
{
color: #9D24AE;
}
.AnyTagClassName
{
color: #9D24AE;
}
</style>
background-color css
<style>
a { background-color: #9D24AE; }
a { background-color: rgb(157,36,174); }
div.DivClassName
{
background-color: #9D24AE;
}
.BgClassName
{
background-color: #9D24AE;
}
</style>
border-color css
<style>
span { border-color: #9D24AE; }
span { border-color: rgb(157,36,174); }
td.TdClassName
{
border-color: #9D24AE;
}
.TagClassName
{
border-color: #9D24AE;
}
</style>