Shades of Dark Orchid #9D36AB
Tints of Dark Orchid #9D36AB
RGB
CMYK
RGB Variations
Color information
#9D36AB (or 0x9D36AB) is known color: Dark Orchid. HEX triplet: 9D, 36 and AB. RGB value is (157,54,171). Sum of RGB (Red+Green+Blue) = 157+54+171=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D36AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D36AB is #62C954. Grayscale: #616161. Windows color (decimal): -6474069 or 11220637. OLE color: 11220637.
HSL color Cylindrical-coordinate representation of color #9D36AB: hue angle of 292.82º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D36AB is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 54 | 171 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.33 |
| HSL | 292.82º | 0.52% | 0.44% | - |
| HSV(B) | 292.82º | 0.68% | 0.67% | - |
| XYZ | 22.57 | 12.75 | 39.8 | - |
| YUV | 98.14 | 169.12 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 54 | 171 | 0.08 | 0.68 | 0 | 0.33 | 292.82 | 0.52 | 0.44 |
| Hex | 9D | 36 | AB | 8 | 44 | 0 | 21 | 125 | 34 | 2C |
| Octal | 235 | 66 | 253 | 10 | 104 | 0 | 41 | 445 | 64 | 54 |
| Binary | 10011101 | 110110 | 10101011 | 1000 | 1000100 | 0 | 100001 | 100100101 | 110100 | 101100 |
Color Harmonies of #9D36AB
Complementary color
Monochromatic Colors of #9D36AB
Black with #9D36AB
Text Example
Text Example
White with #9D36AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D36AB; }
p { color: rgb(157,54,171); }
H1.HeaderClassName
{
color: #9D36AB;
}
.AnyTagClassName
{
color: #9D36AB;
}
</style>
background-color css
<style>
a { background-color: #9D36AB; }
a { background-color: rgb(157,54,171); }
div.DivClassName
{
background-color: #9D36AB;
}
.BgClassName
{
background-color: #9D36AB;
}
</style>
border-color css
<style>
span { border-color: #9D36AB; }
span { border-color: rgb(157,54,171); }
td.TdClassName
{
border-color: #9D36AB;
}
.TagClassName
{
border-color: #9D36AB;
}
</style>