Shades of Dark Orchid #9F28BA
Tints of Dark Orchid #9F28BA
RGB
CMYK
RGB Variations
Color information
#9F28BA (or 0x9F28BA) is known color: Dark Orchid. HEX triplet: 9F, 28 and BA. RGB value is (159,40,186). Sum of RGB (Red+Green+Blue) = 159+40+186=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F28BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F28BA is #60D745. Grayscale: #5B5B5B. Windows color (decimal): -6346566 or 12200095. OLE color: 12200095.
HSL color Cylindrical-coordinate representation of color #9F28BA: hue angle of 288.9º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F28BA is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 40 | 186 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.27 |
| HSL | 288.9º | 0.65% | 0.44% | - |
| HSV(B) | 288.9º | 0.78% | 0.73% | - |
| XYZ | 23.92 | 12.43 | 47.59 | - |
| YUV | 92.23 | 180.92 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 186 | 0.15 | 0.78 | 0 | 0.27 | 288.9 | 0.65 | 0.44 |
| Hex | 9F | 28 | BA | F | 4E | 0 | 1B | 121 | 41 | 2C |
| Octal | 237 | 50 | 272 | 17 | 116 | 0 | 33 | 441 | 101 | 54 |
| Binary | 10011111 | 101000 | 10111010 | 1111 | 1001110 | 0 | 11011 | 100100001 | 1000001 | 101100 |
Color Harmonies of #9F28BA
Complementary color
Monochromatic Colors of #9F28BA
Black with #9F28BA
Text Example
Text Example
White with #9F28BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F28BA; }
p { color: rgb(159,40,186); }
H1.HeaderClassName
{
color: #9F28BA;
}
.AnyTagClassName
{
color: #9F28BA;
}
</style>
background-color css
<style>
a { background-color: #9F28BA; }
a { background-color: rgb(159,40,186); }
div.DivClassName
{
background-color: #9F28BA;
}
.BgClassName
{
background-color: #9F28BA;
}
</style>
border-color css
<style>
span { border-color: #9F28BA; }
span { border-color: rgb(159,40,186); }
td.TdClassName
{
border-color: #9F28BA;
}
.TagClassName
{
border-color: #9F28BA;
}
</style>