Shades of Dark Orchid #9D24AD
Tints of Dark Orchid #9D24AD
RGB
CMYK
RGB Variations
Color information
#9D24AD (or 0x9D24AD) is known color: Dark Orchid. HEX triplet: 9D, 24 and AD. RGB value is (157,36,173). Sum of RGB (Red+Green+Blue) = 157+36+173=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D24AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D24AD is #62DB52. Grayscale: #575757. Windows color (decimal): -6478675 or 11347101. OLE color: 11347101.
HSL color Cylindrical-coordinate representation of color #9D24AD: hue angle of 292.99º 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 #9D24AD is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 36 | 173 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.32 |
| HSL | 292.99º | 0.66% | 0.41% | - |
| HSV(B) | 292.99º | 0.79% | 0.68% | - |
| XYZ | 22.08 | 11.45 | 40.58 | - |
| YUV | 87.8 | 176.09 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 36 | 173 | 0.09 | 0.79 | 0 | 0.32 | 292.99 | 0.66 | 0.41 |
| Hex | 9D | 24 | AD | 9 | 4F | 0 | 20 | 125 | 42 | 29 |
| Octal | 235 | 44 | 255 | 11 | 117 | 0 | 40 | 445 | 102 | 51 |
| Binary | 10011101 | 100100 | 10101101 | 1001 | 1001111 | 0 | 100000 | 100100101 | 1000010 | 101001 |
Color Harmonies of #9D24AD
Complementary color
Monochromatic Colors of #9D24AD
Black with #9D24AD
Text Example
Text Example
White with #9D24AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D24AD; }
p { color: rgb(157,36,173); }
H1.HeaderClassName
{
color: #9D24AD;
}
.AnyTagClassName
{
color: #9D24AD;
}
</style>
background-color css
<style>
a { background-color: #9D24AD; }
a { background-color: rgb(157,36,173); }
div.DivClassName
{
background-color: #9D24AD;
}
.BgClassName
{
background-color: #9D24AD;
}
</style>
border-color css
<style>
span { border-color: #9D24AD; }
span { border-color: rgb(157,36,173); }
td.TdClassName
{
border-color: #9D24AD;
}
.TagClassName
{
border-color: #9D24AD;
}
</style>