Shades of Dark Orchid #9D24AC
Tints of Dark Orchid #9D24AC
RGB
CMYK
RGB Variations
Color information
#9D24AC (or 0x9D24AC) is known color: Dark Orchid. HEX triplet: 9D, 24 and AC. RGB value is (157,36,172). Sum of RGB (Red+Green+Blue) = 157+36+172=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D24AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D24AC is #62DB53. Grayscale: #575757. Windows color (decimal): -6478676 or 11281565. OLE color: 11281565.
HSL color Cylindrical-coordinate representation of color #9D24AC: hue angle of 293.38º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9D24AC is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 36 | 172 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.33 |
| HSL | 293.38º | 0.65% | 0.41% | - |
| HSV(B) | 293.38º | 0.79% | 0.67% | - |
| XYZ | 21.98 | 11.41 | 40.07 | - |
| YUV | 87.68 | 175.59 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 36 | 172 | 0.09 | 0.79 | 0 | 0.33 | 293.38 | 0.65 | 0.41 |
| Hex | 9D | 24 | AC | 9 | 4F | 0 | 21 | 125 | 41 | 29 |
| Octal | 235 | 44 | 254 | 11 | 117 | 0 | 41 | 445 | 101 | 51 |
| Binary | 10011101 | 100100 | 10101100 | 1001 | 1001111 | 0 | 100001 | 100100101 | 1000001 | 101001 |
Color Harmonies of #9D24AC
Complementary color
Monochromatic Colors of #9D24AC
Black with #9D24AC
Text Example
Text Example
White with #9D24AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D24AC; }
p { color: rgb(157,36,172); }
H1.HeaderClassName
{
color: #9D24AC;
}
.AnyTagClassName
{
color: #9D24AC;
}
</style>
background-color css
<style>
a { background-color: #9D24AC; }
a { background-color: rgb(157,36,172); }
div.DivClassName
{
background-color: #9D24AC;
}
.BgClassName
{
background-color: #9D24AC;
}
</style>
border-color css
<style>
span { border-color: #9D24AC; }
span { border-color: rgb(157,36,172); }
td.TdClassName
{
border-color: #9D24AC;
}
.TagClassName
{
border-color: #9D24AC;
}
</style>