Shades of Dark Orchid #9F23CC
Tints of Dark Orchid #9F23CC
RGB
CMYK
RGB Variations
Color information
#9F23CC (or 0x9F23CC) is known color: Dark Orchid. HEX triplet: 9F, 23 and CC. RGB value is (159,35,204). Sum of RGB (Red+Green+Blue) = 159+35+204=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 35 (14.06% from 255 or 8.79% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F23CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F23CC is #60DC33. Grayscale: #5A5A5A. Windows color (decimal): -6347828 or 13378463. OLE color: 13378463.
HSL color Cylindrical-coordinate representation of color #9F23CC: hue angle of 284.02º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F23CC is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 35 | 204 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.2 |
| HSL | 284.02º | 0.71% | 0.47% | - |
| HSV(B) | 284.02º | 0.83% | 0.8% | - |
| XYZ | 25.8 | 12.93 | 58.26 | - |
| YUV | 91.34 | 191.58 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 204 | 0.22 | 0.83 | 0 | 0.2 | 284.02 | 0.71 | 0.47 |
| Hex | 9F | 23 | CC | 16 | 53 | 0 | 14 | 11C | 47 | 2F |
| Octal | 237 | 43 | 314 | 26 | 123 | 0 | 24 | 434 | 107 | 57 |
| Binary | 10011111 | 100011 | 11001100 | 10110 | 1010011 | 0 | 10100 | 100011100 | 1000111 | 101111 |
Color Harmonies of #9F23CC
Complementary color
Monochromatic Colors of #9F23CC
Black with #9F23CC
Text Example
Text Example
White with #9F23CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F23CC; }
p { color: rgb(159,35,204); }
H1.HeaderClassName
{
color: #9F23CC;
}
.AnyTagClassName
{
color: #9F23CC;
}
</style>
background-color css
<style>
a { background-color: #9F23CC; }
a { background-color: rgb(159,35,204); }
div.DivClassName
{
background-color: #9F23CC;
}
.BgClassName
{
background-color: #9F23CC;
}
</style>
border-color css
<style>
span { border-color: #9F23CC; }
span { border-color: rgb(159,35,204); }
td.TdClassName
{
border-color: #9F23CC;
}
.TagClassName
{
border-color: #9F23CC;
}
</style>