Shades of Dark Orchid #9F2FAC
Tints of Dark Orchid #9F2FAC
RGB
CMYK
RGB Variations
Color information
#9F2FAC (or 0x9F2FAC) is known color: Dark Orchid. HEX triplet: 9F, 2F and AC. RGB value is (159,47,172). Sum of RGB (Red+Green+Blue) = 159+47+172=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F2FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2FAC is #60D053. Grayscale: #5E5E5E. Windows color (decimal): -6344788 or 11284383. OLE color: 11284383.
HSL color Cylindrical-coordinate representation of color #9F2FAC: hue angle of 293.76º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F2FAC is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 47 | 172 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.33 |
| HSL | 293.76º | 0.57% | 0.43% | - |
| HSV(B) | 293.76º | 0.73% | 0.67% | - |
| XYZ | 22.76 | 12.38 | 40.22 | - |
| YUV | 94.74 | 171.61 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 47 | 172 | 0.08 | 0.73 | 0 | 0.33 | 293.76 | 0.57 | 0.43 |
| Hex | 9F | 2F | AC | 8 | 49 | 0 | 21 | 126 | 39 | 2B |
| Octal | 237 | 57 | 254 | 10 | 111 | 0 | 41 | 446 | 71 | 53 |
| Binary | 10011111 | 101111 | 10101100 | 1000 | 1001001 | 0 | 100001 | 100100110 | 111001 | 101011 |
Color Harmonies of #9F2FAC
Complementary color
Monochromatic Colors of #9F2FAC
Black with #9F2FAC
Text Example
Text Example
White with #9F2FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2FAC; }
p { color: rgb(159,47,172); }
H1.HeaderClassName
{
color: #9F2FAC;
}
.AnyTagClassName
{
color: #9F2FAC;
}
</style>
background-color css
<style>
a { background-color: #9F2FAC; }
a { background-color: rgb(159,47,172); }
div.DivClassName
{
background-color: #9F2FAC;
}
.BgClassName
{
background-color: #9F2FAC;
}
</style>
border-color css
<style>
span { border-color: #9F2FAC; }
span { border-color: rgb(159,47,172); }
td.TdClassName
{
border-color: #9F2FAC;
}
.TagClassName
{
border-color: #9F2FAC;
}
</style>