Shades of Dark Orchid #9F39C6
Tints of Dark Orchid #9F39C6
RGB
CMYK
RGB Variations
Color information
#9F39C6 (or 0x9F39C6) is known color: Dark Orchid. HEX triplet: 9F, 39 and C6. RGB value is (159,57,198). Sum of RGB (Red+Green+Blue) = 159+57+198=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 57 (22.66% from 255 or 13.77% from 414); Blue value is 198 (77.73% from 255 or 47.83% from 414); Max value from RGB is 198 - color contains mainly: blue. Hex color #9F39C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F39C6 is #60C639. Grayscale: #676767. Windows color (decimal): -6342202 or 12990879. OLE color: 12990879.
HSL color Cylindrical-coordinate representation of color #9F39C6: hue angle of 283.4º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F39C6 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 57 | 198 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.22 |
| HSL | 283.4º | 0.55% | 0.5% | - |
| HSV(B) | 283.4º | 0.71% | 0.78% | - |
| XYZ | 25.95 | 14.37 | 54.83 | - |
| YUV | 103.57 | 181.29 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 57 | 198 | 0.20 | 0.71 | 0 | 0.22 | 283.4 | 0.55 | 0.5 |
| Hex | 9F | 39 | C6 | 14 | 47 | 0 | 16 | 11B | 37 | 32 |
| Octal | 237 | 71 | 306 | 24 | 107 | 0 | 26 | 433 | 67 | 62 |
| Binary | 10011111 | 111001 | 11000110 | 10100 | 1000111 | 0 | 10110 | 100011011 | 110111 | 110010 |
Color Harmonies of #9F39C6
Complementary color
Monochromatic Colors of #9F39C6
Black with #9F39C6
Text Example
Text Example
White with #9F39C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F39C6; }
p { color: rgb(159,57,198); }
H1.HeaderClassName
{
color: #9F39C6;
}
.AnyTagClassName
{
color: #9F39C6;
}
</style>
background-color css
<style>
a { background-color: #9F39C6; }
a { background-color: rgb(159,57,198); }
div.DivClassName
{
background-color: #9F39C6;
}
.BgClassName
{
background-color: #9F39C6;
}
</style>
border-color css
<style>
span { border-color: #9F39C6; }
span { border-color: rgb(159,57,198); }
td.TdClassName
{
border-color: #9F39C6;
}
.TagClassName
{
border-color: #9F39C6;
}
</style>