Shades of Dark Orchid #9F23CF
Tints of Dark Orchid #9F23CF
RGB
CMYK
RGB Variations
Color information
#9F23CF (or 0x9F23CF) is known color: Dark Orchid. HEX triplet: 9F, 23 and CF. RGB value is (159,35,207). Sum of RGB (Red+Green+Blue) = 159+35+207=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 35 (14.06% from 255 or 8.73% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F23CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F23CF is #60DC30. Grayscale: #5B5B5B. Windows color (decimal): -6347825 or 13575071. OLE color: 13575071.
HSL color Cylindrical-coordinate representation of color #9F23CF: hue angle of 283.26º 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 #9F23CF is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 35 | 207 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.19 |
| HSL | 283.26º | 0.71% | 0.47% | - |
| HSV(B) | 283.26º | 0.83% | 0.81% | - |
| XYZ | 26.16 | 13.08 | 60.18 | - |
| YUV | 91.68 | 193.08 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 207 | 0.23 | 0.83 | 0 | 0.19 | 283.26 | 0.71 | 0.47 |
| Hex | 9F | 23 | CF | 17 | 53 | 0 | 13 | 11B | 47 | 2F |
| Octal | 237 | 43 | 317 | 27 | 123 | 0 | 23 | 433 | 107 | 57 |
| Binary | 10011111 | 100011 | 11001111 | 10111 | 1010011 | 0 | 10011 | 100011011 | 1000111 | 101111 |
Color Harmonies of #9F23CF
Complementary color
Monochromatic Colors of #9F23CF
Black with #9F23CF
Text Example
Text Example
White with #9F23CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F23CF; }
p { color: rgb(159,35,207); }
H1.HeaderClassName
{
color: #9F23CF;
}
.AnyTagClassName
{
color: #9F23CF;
}
</style>
background-color css
<style>
a { background-color: #9F23CF; }
a { background-color: rgb(159,35,207); }
div.DivClassName
{
background-color: #9F23CF;
}
.BgClassName
{
background-color: #9F23CF;
}
</style>
border-color css
<style>
span { border-color: #9F23CF; }
span { border-color: rgb(159,35,207); }
td.TdClassName
{
border-color: #9F23CF;
}
.TagClassName
{
border-color: #9F23CF;
}
</style>