Shades of Dark Orchid #9F23CB
Tints of Dark Orchid #9F23CB
RGB
CMYK
RGB Variations
Color information
#9F23CB (or 0x9F23CB) is known color: Dark Orchid. HEX triplet: 9F, 23 and CB. RGB value is (159,35,203). Sum of RGB (Red+Green+Blue) = 159+35+203=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F23CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F23CB is #60DC34. Grayscale: #5A5A5A. Windows color (decimal): -6347829 or 13312927. OLE color: 13312927.
HSL color Cylindrical-coordinate representation of color #9F23CB: hue angle of 284.29º 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 #9F23CB is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 35 | 203 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.20 |
| HSL | 284.29º | 0.71% | 0.47% | - |
| HSV(B) | 284.29º | 0.83% | 0.8% | - |
| XYZ | 25.68 | 12.88 | 57.63 | - |
| YUV | 91.23 | 191.08 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 203 | 0.22 | 0.83 | 0 | 0.20 | 284.29 | 0.71 | 0.47 |
| Hex | 9F | 23 | CB | 16 | 53 | 0 | 14 | 11C | 47 | 2F |
| Octal | 237 | 43 | 313 | 26 | 123 | 0 | 24 | 434 | 107 | 57 |
| Binary | 10011111 | 100011 | 11001011 | 10110 | 1010011 | 0 | 10100 | 100011100 | 1000111 | 101111 |
Color Harmonies of #9F23CB
Complementary color
Monochromatic Colors of #9F23CB
Black with #9F23CB
Text Example
Text Example
White with #9F23CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F23CB; }
p { color: rgb(159,35,203); }
H1.HeaderClassName
{
color: #9F23CB;
}
.AnyTagClassName
{
color: #9F23CB;
}
</style>
background-color css
<style>
a { background-color: #9F23CB; }
a { background-color: rgb(159,35,203); }
div.DivClassName
{
background-color: #9F23CB;
}
.BgClassName
{
background-color: #9F23CB;
}
</style>
border-color css
<style>
span { border-color: #9F23CB; }
span { border-color: rgb(159,35,203); }
td.TdClassName
{
border-color: #9F23CB;
}
.TagClassName
{
border-color: #9F23CB;
}
</style>