Shades of Dark Orchid #9F2DBA
Tints of Dark Orchid #9F2DBA
RGB
CMYK
RGB Variations
Color information
#9F2DBA (or 0x9F2DBA) is known color: Dark Orchid. HEX triplet: 9F, 2D and BA. RGB value is (159,45,186). Sum of RGB (Red+Green+Blue) = 159+45+186=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F2DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2DBA is #60D245. Grayscale: #5E5E5E. Windows color (decimal): -6345286 or 12201375. OLE color: 12201375.
HSL color Cylindrical-coordinate representation of color #9F2DBA: hue angle of 288.51º degrees, saturation: 0.61, 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 #9F2DBA is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 45 | 186 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.27 |
| HSL | 288.51º | 0.61% | 0.45% | - |
| HSV(B) | 288.51º | 0.76% | 0.73% | - |
| XYZ | 24.1 | 12.79 | 47.65 | - |
| YUV | 95.16 | 179.27 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 45 | 186 | 0.15 | 0.76 | 0 | 0.27 | 288.51 | 0.61 | 0.45 |
| Hex | 9F | 2D | BA | F | 4C | 0 | 1B | 121 | 3D | 2D |
| Octal | 237 | 55 | 272 | 17 | 114 | 0 | 33 | 441 | 75 | 55 |
| Binary | 10011111 | 101101 | 10111010 | 1111 | 1001100 | 0 | 11011 | 100100001 | 111101 | 101101 |
Color Harmonies of #9F2DBA
Complementary color
Monochromatic Colors of #9F2DBA
Black with #9F2DBA
Text Example
Text Example
White with #9F2DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2DBA; }
p { color: rgb(159,45,186); }
H1.HeaderClassName
{
color: #9F2DBA;
}
.AnyTagClassName
{
color: #9F2DBA;
}
</style>
background-color css
<style>
a { background-color: #9F2DBA; }
a { background-color: rgb(159,45,186); }
div.DivClassName
{
background-color: #9F2DBA;
}
.BgClassName
{
background-color: #9F2DBA;
}
</style>
border-color css
<style>
span { border-color: #9F2DBA; }
span { border-color: rgb(159,45,186); }
td.TdClassName
{
border-color: #9F2DBA;
}
.TagClassName
{
border-color: #9F2DBA;
}
</style>