Shades of Dark Orchid #9F33AB
Tints of Dark Orchid #9F33AB
RGB
CMYK
RGB Variations
Color information
#9F33AB (or 0x9F33AB) is known color: Dark Orchid. HEX triplet: 9F, 33 and AB. RGB value is (159,51,171). Sum of RGB (Red+Green+Blue) = 159+51+171=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F33AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F33AB is #60CC54. Grayscale: #606060. Windows color (decimal): -6343765 or 11219871. OLE color: 11219871.
HSL color Cylindrical-coordinate representation of color #9F33AB: hue angle of 294º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F33AB is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 51 | 171 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.33 |
| HSL | 294º | 0.54% | 0.44% | - |
| HSV(B) | 294º | 0.7% | 0.67% | - |
| XYZ | 22.83 | 12.68 | 39.77 | - |
| YUV | 96.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 51 | 171 | 0.07 | 0.70 | 0 | 0.33 | 294 | 0.54 | 0.44 |
| Hex | 9F | 33 | AB | 7 | 46 | 0 | 21 | 126 | 36 | 2C |
| Octal | 237 | 63 | 253 | 7 | 106 | 0 | 41 | 446 | 66 | 54 |
| Binary | 10011111 | 110011 | 10101011 | 111 | 1000110 | 0 | 100001 | 100100110 | 110110 | 101100 |
Color Harmonies of #9F33AB
Complementary color
Monochromatic Colors of #9F33AB
Black with #9F33AB
Text Example
Text Example
White with #9F33AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F33AB; }
p { color: rgb(159,51,171); }
H1.HeaderClassName
{
color: #9F33AB;
}
.AnyTagClassName
{
color: #9F33AB;
}
</style>
background-color css
<style>
a { background-color: #9F33AB; }
a { background-color: rgb(159,51,171); }
div.DivClassName
{
background-color: #9F33AB;
}
.BgClassName
{
background-color: #9F33AB;
}
</style>
border-color css
<style>
span { border-color: #9F33AB; }
span { border-color: rgb(159,51,171); }
td.TdClassName
{
border-color: #9F33AB;
}
.TagClassName
{
border-color: #9F33AB;
}
</style>