Shades of Dark Orchid #9D24BD
Tints of Dark Orchid #9D24BD
RGB
CMYK
RGB Variations
Color information
#9D24BD (or 0x9D24BD) is known color: Dark Orchid. HEX triplet: 9D, 24 and BD. RGB value is (157,36,189). Sum of RGB (Red+Green+Blue) = 157+36+189=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #9D24BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D24BD is #62DB42. Grayscale: #595959. Windows color (decimal): -6478659 or 12395677. OLE color: 12395677.
HSL color Cylindrical-coordinate representation of color #9D24BD: hue angle of 287.45º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9D24BD is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 36 | 189 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.26 |
| HSL | 287.45º | 0.68% | 0.44% | - |
| HSV(B) | 287.45º | 0.81% | 0.74% | - |
| XYZ | 23.72 | 12.1 | 49.23 | - |
| YUV | 89.62 | 184.09 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 36 | 189 | 0.17 | 0.81 | 0 | 0.26 | 287.45 | 0.68 | 0.44 |
| Hex | 9D | 24 | BD | 11 | 51 | 0 | 1A | 11F | 44 | 2C |
| Octal | 235 | 44 | 275 | 21 | 121 | 0 | 32 | 437 | 104 | 54 |
| Binary | 10011101 | 100100 | 10111101 | 10001 | 1010001 | 0 | 11010 | 100011111 | 1000100 | 101100 |
Color Harmonies of #9D24BD
Complementary color
Monochromatic Colors of #9D24BD
Black with #9D24BD
Text Example
Text Example
White with #9D24BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D24BD; }
p { color: rgb(157,36,189); }
H1.HeaderClassName
{
color: #9D24BD;
}
.AnyTagClassName
{
color: #9D24BD;
}
</style>
background-color css
<style>
a { background-color: #9D24BD; }
a { background-color: rgb(157,36,189); }
div.DivClassName
{
background-color: #9D24BD;
}
.BgClassName
{
background-color: #9D24BD;
}
</style>
border-color css
<style>
span { border-color: #9D24BD; }
span { border-color: rgb(157,36,189); }
td.TdClassName
{
border-color: #9D24BD;
}
.TagClassName
{
border-color: #9D24BD;
}
</style>