Shades of Dark Orchid #9F39CE
Tints of Dark Orchid #9F39CE
RGB
CMYK
RGB Variations
Color information
#9F39CE (or 0x9F39CE) is known color: Dark Orchid. HEX triplet: 9F, 39 and CE. RGB value is (159,57,206). Sum of RGB (Red+Green+Blue) = 159+57+206=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 57 (22.66% from 255 or 13.51% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F39CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F39CE is #60C631. Grayscale: #676767. Windows color (decimal): -6342194 or 13515167. OLE color: 13515167.
HSL color Cylindrical-coordinate representation of color #9F39CE: hue angle of 281.07º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F39CE is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 57 | 206 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.19 |
| HSL | 281.07º | 0.6% | 0.52% | - |
| HSV(B) | 281.07º | 0.72% | 0.81% | - |
| XYZ | 26.9 | 14.75 | 59.82 | - |
| YUV | 104.48 | 185.29 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 57 | 206 | 0.23 | 0.72 | 0 | 0.19 | 281.07 | 0.6 | 0.52 |
| Hex | 9F | 39 | CE | 17 | 48 | 0 | 13 | 119 | 3C | 34 |
| Octal | 237 | 71 | 316 | 27 | 110 | 0 | 23 | 431 | 74 | 64 |
| Binary | 10011111 | 111001 | 11001110 | 10111 | 1001000 | 0 | 10011 | 100011001 | 111100 | 110100 |
Color Harmonies of #9F39CE
Complementary color
Monochromatic Colors of #9F39CE
Black with #9F39CE
Text Example
Text Example
White with #9F39CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F39CE; }
p { color: rgb(159,57,206); }
H1.HeaderClassName
{
color: #9F39CE;
}
.AnyTagClassName
{
color: #9F39CE;
}
</style>
background-color css
<style>
a { background-color: #9F39CE; }
a { background-color: rgb(159,57,206); }
div.DivClassName
{
background-color: #9F39CE;
}
.BgClassName
{
background-color: #9F39CE;
}
</style>
border-color css
<style>
span { border-color: #9F39CE; }
span { border-color: rgb(159,57,206); }
td.TdClassName
{
border-color: #9F39CE;
}
.TagClassName
{
border-color: #9F39CE;
}
</style>