Shades of Dark Orchid #9F23BC
Tints of Dark Orchid #9F23BC
RGB
CMYK
RGB Variations
Color information
#9F23BC (or 0x9F23BC) is known color: Dark Orchid. HEX triplet: 9F, 23 and BC. RGB value is (159,35,188). Sum of RGB (Red+Green+Blue) = 159+35+188=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F23BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F23BC is #60DC43. Grayscale: #595959. Windows color (decimal): -6347844 or 12329887. OLE color: 12329887.
HSL color Cylindrical-coordinate representation of color #9F23BC: hue angle of 288.63º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F23BC is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 35 | 188 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.26 |
| HSL | 288.63º | 0.69% | 0.44% | - |
| HSV(B) | 288.63º | 0.81% | 0.74% | - |
| XYZ | 23.98 | 12.2 | 48.67 | - |
| YUV | 89.52 | 183.58 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 188 | 0.15 | 0.81 | 0 | 0.26 | 288.63 | 0.69 | 0.44 |
| Hex | 9F | 23 | BC | F | 51 | 0 | 1A | 121 | 45 | 2C |
| Octal | 237 | 43 | 274 | 17 | 121 | 0 | 32 | 441 | 105 | 54 |
| Binary | 10011111 | 100011 | 10111100 | 1111 | 1010001 | 0 | 11010 | 100100001 | 1000101 | 101100 |
Color Harmonies of #9F23BC
Complementary color
Monochromatic Colors of #9F23BC
Black with #9F23BC
Text Example
Text Example
White with #9F23BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F23BC; }
p { color: rgb(159,35,188); }
H1.HeaderClassName
{
color: #9F23BC;
}
.AnyTagClassName
{
color: #9F23BC;
}
</style>
background-color css
<style>
a { background-color: #9F23BC; }
a { background-color: rgb(159,35,188); }
div.DivClassName
{
background-color: #9F23BC;
}
.BgClassName
{
background-color: #9F23BC;
}
</style>
border-color css
<style>
span { border-color: #9F23BC; }
span { border-color: rgb(159,35,188); }
td.TdClassName
{
border-color: #9F23BC;
}
.TagClassName
{
border-color: #9F23BC;
}
</style>