Shades of Dark Orchid #9F23CE
Tints of Dark Orchid #9F23CE
RGB
CMYK
RGB Variations
Color information
#9F23CE (or 0x9F23CE) is known color: Dark Orchid. HEX triplet: 9F, 23 and CE. RGB value is (159,35,206). Sum of RGB (Red+Green+Blue) = 159+35+206=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F23CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F23CE is #60DC31. Grayscale: #5B5B5B. Windows color (decimal): -6347826 or 13509535. OLE color: 13509535.
HSL color Cylindrical-coordinate representation of color #9F23CE: hue angle of 283.51º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F23CE is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 35 | 206 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.19 |
| HSL | 283.51º | 0.71% | 0.47% | - |
| HSV(B) | 283.51º | 0.83% | 0.81% | - |
| XYZ | 26.04 | 13.03 | 59.53 | - |
| YUV | 91.57 | 192.58 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 206 | 0.23 | 0.83 | 0 | 0.19 | 283.51 | 0.71 | 0.47 |
| Hex | 9F | 23 | CE | 17 | 53 | 0 | 13 | 11C | 47 | 2F |
| Octal | 237 | 43 | 316 | 27 | 123 | 0 | 23 | 434 | 107 | 57 |
| Binary | 10011111 | 100011 | 11001110 | 10111 | 1010011 | 0 | 10011 | 100011100 | 1000111 | 101111 |
Color Harmonies of #9F23CE
Complementary color
Monochromatic Colors of #9F23CE
Black with #9F23CE
Text Example
Text Example
White with #9F23CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F23CE; }
p { color: rgb(159,35,206); }
H1.HeaderClassName
{
color: #9F23CE;
}
.AnyTagClassName
{
color: #9F23CE;
}
</style>
background-color css
<style>
a { background-color: #9F23CE; }
a { background-color: rgb(159,35,206); }
div.DivClassName
{
background-color: #9F23CE;
}
.BgClassName
{
background-color: #9F23CE;
}
</style>
border-color css
<style>
span { border-color: #9F23CE; }
span { border-color: rgb(159,35,206); }
td.TdClassName
{
border-color: #9F23CE;
}
.TagClassName
{
border-color: #9F23CE;
}
</style>