Shades of Dark Orchid #9F2ABF
Tints of Dark Orchid #9F2ABF
RGB
CMYK
RGB Variations
Color information
#9F2ABF (or 0x9F2ABF) is known color: Dark Orchid. HEX triplet: 9F, 2A and BF. RGB value is (159,42,191). Sum of RGB (Red+Green+Blue) = 159+42+191=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F2ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2ABF is #60D540. Grayscale: #5D5D5D. Windows color (decimal): -6346049 or 12528287. OLE color: 12528287.
HSL color Cylindrical-coordinate representation of color #9F2ABF: hue angle of 287.11º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F2ABF is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 42 | 191 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.25 |
| HSL | 287.11º | 0.64% | 0.46% | - |
| HSV(B) | 287.11º | 0.78% | 0.75% | - |
| XYZ | 24.53 | 12.79 | 50.47 | - |
| YUV | 93.97 | 182.76 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 42 | 191 | 0.17 | 0.78 | 0 | 0.25 | 287.11 | 0.64 | 0.46 |
| Hex | 9F | 2A | BF | 11 | 4E | 0 | 19 | 11F | 40 | 2E |
| Octal | 237 | 52 | 277 | 21 | 116 | 0 | 31 | 437 | 100 | 56 |
| Binary | 10011111 | 101010 | 10111111 | 10001 | 1001110 | 0 | 11001 | 100011111 | 1000000 | 101110 |
Color Harmonies of #9F2ABF
Complementary color
Monochromatic Colors of #9F2ABF
Black with #9F2ABF
Text Example
Text Example
White with #9F2ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2ABF; }
p { color: rgb(159,42,191); }
H1.HeaderClassName
{
color: #9F2ABF;
}
.AnyTagClassName
{
color: #9F2ABF;
}
</style>
background-color css
<style>
a { background-color: #9F2ABF; }
a { background-color: rgb(159,42,191); }
div.DivClassName
{
background-color: #9F2ABF;
}
.BgClassName
{
background-color: #9F2ABF;
}
</style>
border-color css
<style>
span { border-color: #9F2ABF; }
span { border-color: rgb(159,42,191); }
td.TdClassName
{
border-color: #9F2ABF;
}
.TagClassName
{
border-color: #9F2ABF;
}
</style>