Shades of Dark Orchid #9F2CBB
Tints of Dark Orchid #9F2CBB
RGB
CMYK
RGB Variations
Color information
#9F2CBB (or 0x9F2CBB) is known color: Dark Orchid. HEX triplet: 9F, 2C and BB. RGB value is (159,44,187). Sum of RGB (Red+Green+Blue) = 159+44+187=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 44 (17.58% from 255 or 11.28% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F2CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2CBB is #60D344. Grayscale: #5E5E5E. Windows color (decimal): -6345541 or 12266655. OLE color: 12266655.
HSL color Cylindrical-coordinate representation of color #9F2CBB: hue angle of 288.25º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F2CBB is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 44 | 187 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.27 |
| HSL | 288.25º | 0.62% | 0.45% | - |
| HSV(B) | 288.25º | 0.76% | 0.73% | - |
| XYZ | 24.17 | 12.76 | 48.2 | - |
| YUV | 94.69 | 180.1 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 44 | 187 | 0.15 | 0.76 | 0 | 0.27 | 288.25 | 0.62 | 0.45 |
| Hex | 9F | 2C | BB | F | 4C | 0 | 1B | 120 | 3E | 2D |
| Octal | 237 | 54 | 273 | 17 | 114 | 0 | 33 | 440 | 76 | 55 |
| Binary | 10011111 | 101100 | 10111011 | 1111 | 1001100 | 0 | 11011 | 100100000 | 111110 | 101101 |
Color Harmonies of #9F2CBB
Complementary color
Monochromatic Colors of #9F2CBB
Black with #9F2CBB
Text Example
Text Example
White with #9F2CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2CBB; }
p { color: rgb(159,44,187); }
H1.HeaderClassName
{
color: #9F2CBB;
}
.AnyTagClassName
{
color: #9F2CBB;
}
</style>
background-color css
<style>
a { background-color: #9F2CBB; }
a { background-color: rgb(159,44,187); }
div.DivClassName
{
background-color: #9F2CBB;
}
.BgClassName
{
background-color: #9F2CBB;
}
</style>
border-color css
<style>
span { border-color: #9F2CBB; }
span { border-color: rgb(159,44,187); }
td.TdClassName
{
border-color: #9F2CBB;
}
.TagClassName
{
border-color: #9F2CBB;
}
</style>