Shades of Dark Orchid #9F27AB
Tints of Dark Orchid #9F27AB
RGB
CMYK
RGB Variations
Color information
#9F27AB (or 0x9F27AB) is known color: Dark Orchid. HEX triplet: 9F, 27 and AB. RGB value is (159,39,171). Sum of RGB (Red+Green+Blue) = 159+39+171=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F27AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F27AB is #60D854. Grayscale: #595959. Windows color (decimal): -6346837 or 11216799. OLE color: 11216799.
HSL color Cylindrical-coordinate representation of color #9F27AB: hue angle of 294.55º 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 #9F27AB is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 39 | 171 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.33 |
| HSL | 294.55º | 0.63% | 0.41% | - |
| HSV(B) | 294.55º | 0.77% | 0.67% | - |
| XYZ | 22.37 | 11.76 | 39.62 | - |
| YUV | 89.93 | 173.76 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 39 | 171 | 0.07 | 0.77 | 0 | 0.33 | 294.55 | 0.63 | 0.41 |
| Hex | 9F | 27 | AB | 7 | 4D | 0 | 21 | 127 | 3F | 29 |
| Octal | 237 | 47 | 253 | 7 | 115 | 0 | 41 | 447 | 77 | 51 |
| Binary | 10011111 | 100111 | 10101011 | 111 | 1001101 | 0 | 100001 | 100100111 | 111111 | 101001 |
Color Harmonies of #9F27AB
Complementary color
Monochromatic Colors of #9F27AB
Black with #9F27AB
Text Example
Text Example
White with #9F27AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F27AB; }
p { color: rgb(159,39,171); }
H1.HeaderClassName
{
color: #9F27AB;
}
.AnyTagClassName
{
color: #9F27AB;
}
</style>
background-color css
<style>
a { background-color: #9F27AB; }
a { background-color: rgb(159,39,171); }
div.DivClassName
{
background-color: #9F27AB;
}
.BgClassName
{
background-color: #9F27AB;
}
</style>
border-color css
<style>
span { border-color: #9F27AB; }
span { border-color: rgb(159,39,171); }
td.TdClassName
{
border-color: #9F27AB;
}
.TagClassName
{
border-color: #9F27AB;
}
</style>