Shades of Dark Orchid #9F28BE
Tints of Dark Orchid #9F28BE
RGB
CMYK
RGB Variations
Color information
#9F28BE (or 0x9F28BE) is known color: Dark Orchid. HEX triplet: 9F, 28 and BE. RGB value is (159,40,190). Sum of RGB (Red+Green+Blue) = 159+40+190=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F28BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F28BE is #60D741. Grayscale: #5C5C5C. Windows color (decimal): -6346562 or 12462239. OLE color: 12462239.
HSL color Cylindrical-coordinate representation of color #9F28BE: hue angle of 287.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F28BE is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 40 | 190 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.25 |
| HSL | 287.6º | 0.65% | 0.45% | - |
| HSV(B) | 287.6º | 0.79% | 0.75% | - |
| XYZ | 24.35 | 12.61 | 49.86 | - |
| YUV | 92.68 | 182.92 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 190 | 0.16 | 0.79 | 0 | 0.25 | 287.6 | 0.65 | 0.45 |
| Hex | 9F | 28 | BE | 10 | 4F | 0 | 19 | 120 | 41 | 2D |
| Octal | 237 | 50 | 276 | 20 | 117 | 0 | 31 | 440 | 101 | 55 |
| Binary | 10011111 | 101000 | 10111110 | 10000 | 1001111 | 0 | 11001 | 100100000 | 1000001 | 101101 |
Color Harmonies of #9F28BE
Complementary color
Monochromatic Colors of #9F28BE
Black with #9F28BE
Text Example
Text Example
White with #9F28BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F28BE; }
p { color: rgb(159,40,190); }
H1.HeaderClassName
{
color: #9F28BE;
}
.AnyTagClassName
{
color: #9F28BE;
}
</style>
background-color css
<style>
a { background-color: #9F28BE; }
a { background-color: rgb(159,40,190); }
div.DivClassName
{
background-color: #9F28BE;
}
.BgClassName
{
background-color: #9F28BE;
}
</style>
border-color css
<style>
span { border-color: #9F28BE; }
span { border-color: rgb(159,40,190); }
td.TdClassName
{
border-color: #9F28BE;
}
.TagClassName
{
border-color: #9F28BE;
}
</style>