Shades of Dark Orchid #9F20AB
Tints of Dark Orchid #9F20AB
RGB
CMYK
RGB Variations
Color information
#9F20AB (or 0x9F20AB) is known color: Dark Orchid. HEX triplet: 9F, 20 and AB. RGB value is (159,32,171). Sum of RGB (Red+Green+Blue) = 159+32+171=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F20AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F20AB is #60DF54. Grayscale: #555555. Windows color (decimal): -6348629 or 11215007. OLE color: 11215007.
HSL color Cylindrical-coordinate representation of color #9F20AB: hue angle of 294.82º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F20AB is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 32 | 171 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.33 |
| HSL | 294.82º | 0.68% | 0.4% | - |
| HSV(B) | 294.82º | 0.81% | 0.67% | - |
| XYZ | 22.17 | 11.34 | 39.55 | - |
| YUV | 85.82 | 176.08 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 171 | 0.07 | 0.81 | 0 | 0.33 | 294.82 | 0.68 | 0.4 |
| Hex | 9F | 20 | AB | 7 | 51 | 0 | 21 | 127 | 44 | 28 |
| Octal | 237 | 40 | 253 | 7 | 121 | 0 | 41 | 447 | 104 | 50 |
| Binary | 10011111 | 100000 | 10101011 | 111 | 1010001 | 0 | 100001 | 100100111 | 1000100 | 101000 |
Color Harmonies of #9F20AB
Complementary color
Monochromatic Colors of #9F20AB
Black with #9F20AB
Text Example
Text Example
White with #9F20AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F20AB; }
p { color: rgb(159,32,171); }
H1.HeaderClassName
{
color: #9F20AB;
}
.AnyTagClassName
{
color: #9F20AB;
}
</style>
background-color css
<style>
a { background-color: #9F20AB; }
a { background-color: rgb(159,32,171); }
div.DivClassName
{
background-color: #9F20AB;
}
.BgClassName
{
background-color: #9F20AB;
}
</style>
border-color css
<style>
span { border-color: #9F20AB; }
span { border-color: rgb(159,32,171); }
td.TdClassName
{
border-color: #9F20AB;
}
.TagClassName
{
border-color: #9F20AB;
}
</style>