Shades of Dark Orchid #9F2ABB
Tints of Dark Orchid #9F2ABB
RGB
CMYK
RGB Variations
Color information
#9F2ABB (or 0x9F2ABB) is known color: Dark Orchid. HEX triplet: 9F, 2A and BB. RGB value is (159,42,187). Sum of RGB (Red+Green+Blue) = 159+42+187=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 42 (16.80% from 255 or 10.82% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F2ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2ABB is #60D544. Grayscale: #5D5D5D. Windows color (decimal): -6346053 or 12266143. OLE color: 12266143.
HSL color Cylindrical-coordinate representation of color #9F2ABB: hue angle of 288.41º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F2ABB is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 42 | 187 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.27 |
| HSL | 288.41º | 0.63% | 0.45% | - |
| HSV(B) | 288.41º | 0.78% | 0.73% | - |
| XYZ | 24.1 | 12.61 | 48.18 | - |
| YUV | 93.51 | 180.76 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 42 | 187 | 0.15 | 0.78 | 0 | 0.27 | 288.41 | 0.63 | 0.45 |
| Hex | 9F | 2A | BB | F | 4E | 0 | 1B | 120 | 3F | 2D |
| Octal | 237 | 52 | 273 | 17 | 116 | 0 | 33 | 440 | 77 | 55 |
| Binary | 10011111 | 101010 | 10111011 | 1111 | 1001110 | 0 | 11011 | 100100000 | 111111 | 101101 |
Color Harmonies of #9F2ABB
Complementary color
Monochromatic Colors of #9F2ABB
Black with #9F2ABB
Text Example
Text Example
White with #9F2ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2ABB; }
p { color: rgb(159,42,187); }
H1.HeaderClassName
{
color: #9F2ABB;
}
.AnyTagClassName
{
color: #9F2ABB;
}
</style>
background-color css
<style>
a { background-color: #9F2ABB; }
a { background-color: rgb(159,42,187); }
div.DivClassName
{
background-color: #9F2ABB;
}
.BgClassName
{
background-color: #9F2ABB;
}
</style>
border-color css
<style>
span { border-color: #9F2ABB; }
span { border-color: rgb(159,42,187); }
td.TdClassName
{
border-color: #9F2ABB;
}
.TagClassName
{
border-color: #9F2ABB;
}
</style>