Shades of Dark Orchid #9D27AB
Tints of Dark Orchid #9D27AB
RGB
CMYK
RGB Variations
Color information
#9D27AB (or 0x9D27AB) is known color: Dark Orchid. HEX triplet: 9D, 27 and AB. RGB value is (157,39,171). Sum of RGB (Red+Green+Blue) = 157+39+171=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D27AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D27AB is #62D854. Grayscale: #585858. Windows color (decimal): -6477909 or 11216797. OLE color: 11216797.
HSL color Cylindrical-coordinate representation of color #9D27AB: hue angle of 293.64º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9D27AB is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 39 | 171 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.33 |
| HSL | 293.64º | 0.63% | 0.41% | - |
| HSV(B) | 293.64º | 0.77% | 0.67% | - |
| XYZ | 21.98 | 11.56 | 39.6 | - |
| YUV | 89.33 | 174.09 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 39 | 171 | 0.08 | 0.77 | 0 | 0.33 | 293.64 | 0.63 | 0.41 |
| Hex | 9D | 27 | AB | 8 | 4D | 0 | 21 | 126 | 3F | 29 |
| Octal | 235 | 47 | 253 | 10 | 115 | 0 | 41 | 446 | 77 | 51 |
| Binary | 10011101 | 100111 | 10101011 | 1000 | 1001101 | 0 | 100001 | 100100110 | 111111 | 101001 |
Color Harmonies of #9D27AB
Complementary color
Monochromatic Colors of #9D27AB
Black with #9D27AB
Text Example
Text Example
White with #9D27AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D27AB; }
p { color: rgb(157,39,171); }
H1.HeaderClassName
{
color: #9D27AB;
}
.AnyTagClassName
{
color: #9D27AB;
}
</style>
background-color css
<style>
a { background-color: #9D27AB; }
a { background-color: rgb(157,39,171); }
div.DivClassName
{
background-color: #9D27AB;
}
.BgClassName
{
background-color: #9D27AB;
}
</style>
border-color css
<style>
span { border-color: #9D27AB; }
span { border-color: rgb(157,39,171); }
td.TdClassName
{
border-color: #9D27AB;
}
.TagClassName
{
border-color: #9D27AB;
}
</style>