Shades of Dark Orchid #9F2FAB
Tints of Dark Orchid #9F2FAB
RGB
CMYK
RGB Variations
Color information
#9F2FAB (or 0x9F2FAB) is known color: Dark Orchid. HEX triplet: 9F, 2F and AB. RGB value is (159,47,171). Sum of RGB (Red+Green+Blue) = 159+47+171=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 47 (18.75% from 255 or 12.47% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F2FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2FAB is #60D054. Grayscale: #5E5E5E. Windows color (decimal): -6344789 or 11218847. OLE color: 11218847.
HSL color Cylindrical-coordinate representation of color #9F2FAB: hue angle of 294.19º 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 #9F2FAB is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 47 | 171 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.33 |
| HSL | 294.19º | 0.57% | 0.43% | - |
| HSV(B) | 294.19º | 0.73% | 0.67% | - |
| XYZ | 22.67 | 12.34 | 39.72 | - |
| YUV | 94.62 | 171.11 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 47 | 171 | 0.07 | 0.73 | 0 | 0.33 | 294.19 | 0.57 | 0.43 |
| Hex | 9F | 2F | AB | 7 | 49 | 0 | 21 | 126 | 39 | 2B |
| Octal | 237 | 57 | 253 | 7 | 111 | 0 | 41 | 446 | 71 | 53 |
| Binary | 10011111 | 101111 | 10101011 | 111 | 1001001 | 0 | 100001 | 100100110 | 111001 | 101011 |
Color Harmonies of #9F2FAB
Complementary color
Monochromatic Colors of #9F2FAB
Black with #9F2FAB
Text Example
Text Example
White with #9F2FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2FAB; }
p { color: rgb(159,47,171); }
H1.HeaderClassName
{
color: #9F2FAB;
}
.AnyTagClassName
{
color: #9F2FAB;
}
</style>
background-color css
<style>
a { background-color: #9F2FAB; }
a { background-color: rgb(159,47,171); }
div.DivClassName
{
background-color: #9F2FAB;
}
.BgClassName
{
background-color: #9F2FAB;
}
</style>
border-color css
<style>
span { border-color: #9F2FAB; }
span { border-color: rgb(159,47,171); }
td.TdClassName
{
border-color: #9F2FAB;
}
.TagClassName
{
border-color: #9F2FAB;
}
</style>