Shades of Dark Orchid #9F2BAE
Tints of Dark Orchid #9F2BAE
RGB
CMYK
RGB Variations
Color information
#9F2BAE (or 0x9F2BAE) is known color: Dark Orchid. HEX triplet: 9F, 2B and AE. RGB value is (159,43,174). Sum of RGB (Red+Green+Blue) = 159+43+174=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F2BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2BAE is #60D451. Grayscale: #5C5C5C. Windows color (decimal): -6345810 or 11414431. OLE color: 11414431.
HSL color Cylindrical-coordinate representation of color #9F2BAE: hue angle of 293.13º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F2BAE is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 43 | 174 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.32 |
| HSL | 293.13º | 0.6% | 0.43% | - |
| HSV(B) | 293.13º | 0.75% | 0.68% | - |
| XYZ | 22.8 | 12.15 | 41.19 | - |
| YUV | 92.62 | 173.93 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 43 | 174 | 0.09 | 0.75 | 0 | 0.32 | 293.13 | 0.6 | 0.43 |
| Hex | 9F | 2B | AE | 9 | 4B | 0 | 20 | 125 | 3C | 2B |
| Octal | 237 | 53 | 256 | 11 | 113 | 0 | 40 | 445 | 74 | 53 |
| Binary | 10011111 | 101011 | 10101110 | 1001 | 1001011 | 0 | 100000 | 100100101 | 111100 | 101011 |
Color Harmonies of #9F2BAE
Complementary color
Monochromatic Colors of #9F2BAE
Black with #9F2BAE
Text Example
Text Example
White with #9F2BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2BAE; }
p { color: rgb(159,43,174); }
H1.HeaderClassName
{
color: #9F2BAE;
}
.AnyTagClassName
{
color: #9F2BAE;
}
</style>
background-color css
<style>
a { background-color: #9F2BAE; }
a { background-color: rgb(159,43,174); }
div.DivClassName
{
background-color: #9F2BAE;
}
.BgClassName
{
background-color: #9F2BAE;
}
</style>
border-color css
<style>
span { border-color: #9F2BAE; }
span { border-color: rgb(159,43,174); }
td.TdClassName
{
border-color: #9F2BAE;
}
.TagClassName
{
border-color: #9F2BAE;
}
</style>