Shades of Dark Orchid #9F37AB
Tints of Dark Orchid #9F37AB
RGB
CMYK
RGB Variations
Color information
#9F37AB (or 0x9F37AB) is known color: Dark Orchid. HEX triplet: 9F, 37 and AB. RGB value is (159,55,171). Sum of RGB (Red+Green+Blue) = 159+55+171=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F37AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F37AB is #60C854. Grayscale: #626262. Windows color (decimal): -6342741 or 11220895. OLE color: 11220895.
HSL color Cylindrical-coordinate representation of color #9F37AB: hue angle of 293.79º degrees, saturation: 0.51, 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 #9F37AB is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 55 | 171 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.33 |
| HSL | 293.79º | 0.51% | 0.44% | - |
| HSV(B) | 293.79º | 0.68% | 0.67% | - |
| XYZ | 23.01 | 13.04 | 39.83 | - |
| YUV | 99.32 | 168.46 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 55 | 171 | 0.07 | 0.68 | 0 | 0.33 | 293.79 | 0.51 | 0.44 |
| Hex | 9F | 37 | AB | 7 | 44 | 0 | 21 | 126 | 33 | 2C |
| Octal | 237 | 67 | 253 | 7 | 104 | 0 | 41 | 446 | 63 | 54 |
| Binary | 10011111 | 110111 | 10101011 | 111 | 1000100 | 0 | 100001 | 100100110 | 110011 | 101100 |
Color Harmonies of #9F37AB
Complementary color
Monochromatic Colors of #9F37AB
Black with #9F37AB
Text Example
Text Example
White with #9F37AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F37AB; }
p { color: rgb(159,55,171); }
H1.HeaderClassName
{
color: #9F37AB;
}
.AnyTagClassName
{
color: #9F37AB;
}
</style>
background-color css
<style>
a { background-color: #9F37AB; }
a { background-color: rgb(159,55,171); }
div.DivClassName
{
background-color: #9F37AB;
}
.BgClassName
{
background-color: #9F37AB;
}
</style>
border-color css
<style>
span { border-color: #9F37AB; }
span { border-color: rgb(159,55,171); }
td.TdClassName
{
border-color: #9F37AB;
}
.TagClassName
{
border-color: #9F37AB;
}
</style>