Shades of Dark Orchid #9F23DF
Tints of Dark Orchid #9F23DF
RGB
CMYK
RGB Variations
Color information
#9F23DF (or 0x9F23DF) is known color: Dark Orchid. HEX triplet: 9F, 23 and DF. RGB value is (159,35,223). Sum of RGB (Red+Green+Blue) = 159+35+223=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 35 (14.06% from 255 or 8.39% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F23DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F23DF is #60DC20. Grayscale: #5C5C5C. Windows color (decimal): -6347809 or 14623647. OLE color: 14623647.
HSL color Cylindrical-coordinate representation of color #9F23DF: hue angle of 279.57º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F23DF is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 35 | 223 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.13 |
| HSL | 279.57º | 0.75% | 0.51% | - |
| HSV(B) | 279.57º | 0.84% | 0.87% | - |
| XYZ | 28.22 | 13.9 | 71.01 | - |
| YUV | 93.51 | 201.08 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 223 | 0.29 | 0.84 | 0 | 0.13 | 279.57 | 0.75 | 0.51 |
| Hex | 9F | 23 | DF | 1D | 54 | 0 | D | 118 | 4B | 33 |
| Octal | 237 | 43 | 337 | 35 | 124 | 0 | 15 | 430 | 113 | 63 |
| Binary | 10011111 | 100011 | 11011111 | 11101 | 1010100 | 0 | 1101 | 100011000 | 1001011 | 110011 |
Color Harmonies of #9F23DF
Complementary color
Monochromatic Colors of #9F23DF
Black with #9F23DF
Text Example
Text Example
White with #9F23DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F23DF; }
p { color: rgb(159,35,223); }
H1.HeaderClassName
{
color: #9F23DF;
}
.AnyTagClassName
{
color: #9F23DF;
}
</style>
background-color css
<style>
a { background-color: #9F23DF; }
a { background-color: rgb(159,35,223); }
div.DivClassName
{
background-color: #9F23DF;
}
.BgClassName
{
background-color: #9F23DF;
}
</style>
border-color css
<style>
span { border-color: #9F23DF; }
span { border-color: rgb(159,35,223); }
td.TdClassName
{
border-color: #9F23DF;
}
.TagClassName
{
border-color: #9F23DF;
}
</style>