Shades of Dark Orchid #9F23AB
Tints of Dark Orchid #9F23AB
RGB
CMYK
RGB Variations
Color information
#9F23AB (or 0x9F23AB) is known color: Dark Orchid. HEX triplet: 9F, 23 and AB. RGB value is (159,35,171). Sum of RGB (Red+Green+Blue) = 159+35+171=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F23AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F23AB is #60DC54. Grayscale: #575757. Windows color (decimal): -6347861 or 11215775. OLE color: 11215775.
HSL color Cylindrical-coordinate representation of color #9F23AB: hue angle of 294.71º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F23AB is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 35 | 171 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.33 |
| HSL | 294.71º | 0.66% | 0.4% | - |
| HSV(B) | 294.71º | 0.8% | 0.67% | - |
| XYZ | 22.25 | 11.51 | 39.58 | - |
| YUV | 87.58 | 175.08 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 171 | 0.07 | 0.80 | 0 | 0.33 | 294.71 | 0.66 | 0.4 |
| Hex | 9F | 23 | AB | 7 | 50 | 0 | 21 | 127 | 42 | 28 |
| Octal | 237 | 43 | 253 | 7 | 120 | 0 | 41 | 447 | 102 | 50 |
| Binary | 10011111 | 100011 | 10101011 | 111 | 1010000 | 0 | 100001 | 100100111 | 1000010 | 101000 |
Color Harmonies of #9F23AB
Complementary color
Monochromatic Colors of #9F23AB
Black with #9F23AB
Text Example
Text Example
White with #9F23AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F23AB; }
p { color: rgb(159,35,171); }
H1.HeaderClassName
{
color: #9F23AB;
}
.AnyTagClassName
{
color: #9F23AB;
}
</style>
background-color css
<style>
a { background-color: #9F23AB; }
a { background-color: rgb(159,35,171); }
div.DivClassName
{
background-color: #9F23AB;
}
.BgClassName
{
background-color: #9F23AB;
}
</style>
border-color css
<style>
span { border-color: #9F23AB; }
span { border-color: rgb(159,35,171); }
td.TdClassName
{
border-color: #9F23AB;
}
.TagClassName
{
border-color: #9F23AB;
}
</style>