Shades of Dark Orchid #9F2BAC
Tints of Dark Orchid #9F2BAC
RGB
CMYK
RGB Variations
Color information
#9F2BAC (or 0x9F2BAC) is known color: Dark Orchid. HEX triplet: 9F, 2B and AC. RGB value is (159,43,172). Sum of RGB (Red+Green+Blue) = 159+43+172=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 43 (17.19% from 255 or 11.50% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F2BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2BAC is #60D453. Grayscale: #5B5B5B. Windows color (decimal): -6345812 or 11283359. OLE color: 11283359.
HSL color Cylindrical-coordinate representation of color #9F2BAC: hue angle of 293.95º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F2BAC is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 43 | 172 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.33 |
| HSL | 293.95º | 0.6% | 0.42% | - |
| HSV(B) | 293.95º | 0.75% | 0.67% | - |
| XYZ | 22.61 | 12.08 | 40.17 | - |
| YUV | 92.39 | 172.93 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 43 | 172 | 0.08 | 0.75 | 0 | 0.33 | 293.95 | 0.6 | 0.42 |
| Hex | 9F | 2B | AC | 8 | 4B | 0 | 21 | 126 | 3C | 2A |
| Octal | 237 | 53 | 254 | 10 | 113 | 0 | 41 | 446 | 74 | 52 |
| Binary | 10011111 | 101011 | 10101100 | 1000 | 1001011 | 0 | 100001 | 100100110 | 111100 | 101010 |
Color Harmonies of #9F2BAC
Complementary color
Monochromatic Colors of #9F2BAC
Black with #9F2BAC
Text Example
Text Example
White with #9F2BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2BAC; }
p { color: rgb(159,43,172); }
H1.HeaderClassName
{
color: #9F2BAC;
}
.AnyTagClassName
{
color: #9F2BAC;
}
</style>
background-color css
<style>
a { background-color: #9F2BAC; }
a { background-color: rgb(159,43,172); }
div.DivClassName
{
background-color: #9F2BAC;
}
.BgClassName
{
background-color: #9F2BAC;
}
</style>
border-color css
<style>
span { border-color: #9F2BAC; }
span { border-color: rgb(159,43,172); }
td.TdClassName
{
border-color: #9F2BAC;
}
.TagClassName
{
border-color: #9F2BAC;
}
</style>