Shades of Dark Orchid #9F35DF
Tints of Dark Orchid #9F35DF
RGB
CMYK
RGB Variations
Color information
#9F35DF (or 0x9F35DF) is known color: Dark Orchid. HEX triplet: 9F, 35 and DF. RGB value is (159,53,223). Sum of RGB (Red+Green+Blue) = 159+53+223=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F35DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F35DF is #60CA20. Grayscale: #676767. Windows color (decimal): -6343201 or 14628255. OLE color: 14628255.
HSL color Cylindrical-coordinate representation of color #9F35DF: hue angle of 277.41º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F35DF is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 53 | 223 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.13 |
| HSL | 277.41º | 0.73% | 0.54% | - |
| HSV(B) | 277.41º | 0.76% | 0.87% | - |
| XYZ | 28.89 | 15.24 | 71.23 | - |
| YUV | 104.07 | 195.12 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 53 | 223 | 0.29 | 0.76 | 0 | 0.13 | 277.41 | 0.73 | 0.54 |
| Hex | 9F | 35 | DF | 1D | 4C | 0 | D | 115 | 49 | 36 |
| Octal | 237 | 65 | 337 | 35 | 114 | 0 | 15 | 425 | 111 | 66 |
| Binary | 10011111 | 110101 | 11011111 | 11101 | 1001100 | 0 | 1101 | 100010101 | 1001001 | 110110 |
Color Harmonies of #9F35DF
Complementary color
Monochromatic Colors of #9F35DF
Black with #9F35DF
Text Example
Text Example
White with #9F35DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F35DF; }
p { color: rgb(159,53,223); }
H1.HeaderClassName
{
color: #9F35DF;
}
.AnyTagClassName
{
color: #9F35DF;
}
</style>
background-color css
<style>
a { background-color: #9F35DF; }
a { background-color: rgb(159,53,223); }
div.DivClassName
{
background-color: #9F35DF;
}
.BgClassName
{
background-color: #9F35DF;
}
</style>
border-color css
<style>
span { border-color: #9F35DF; }
span { border-color: rgb(159,53,223); }
td.TdClassName
{
border-color: #9F35DF;
}
.TagClassName
{
border-color: #9F35DF;
}
</style>