Shades of Dark Orchid #9F39C1
Tints of Dark Orchid #9F39C1
RGB
CMYK
RGB Variations
Color information
#9F39C1 (or 0x9F39C1) is known color: Dark Orchid. HEX triplet: 9F, 39 and C1. RGB value is (159,57,193). Sum of RGB (Red+Green+Blue) = 159+57+193=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 57 (22.66% from 255 or 13.94% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #9F39C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F39C1 is #60C63E. Grayscale: #666666. Windows color (decimal): -6342207 or 12663199. OLE color: 12663199.
HSL color Cylindrical-coordinate representation of color #9F39C1: hue angle of 285º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F39C1 is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 57 | 193 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.24 |
| HSL | 285º | 0.54% | 0.49% | - |
| HSV(B) | 285º | 0.7% | 0.76% | - |
| XYZ | 25.39 | 14.15 | 51.84 | - |
| YUV | 103 | 178.79 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 57 | 193 | 0.18 | 0.70 | 0 | 0.24 | 285 | 0.54 | 0.49 |
| Hex | 9F | 39 | C1 | 12 | 46 | 0 | 18 | 11D | 36 | 31 |
| Octal | 237 | 71 | 301 | 22 | 106 | 0 | 30 | 435 | 66 | 61 |
| Binary | 10011111 | 111001 | 11000001 | 10010 | 1000110 | 0 | 11000 | 100011101 | 110110 | 110001 |
Color Harmonies of #9F39C1
Complementary color
Monochromatic Colors of #9F39C1
Black with #9F39C1
Text Example
Text Example
White with #9F39C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F39C1; }
p { color: rgb(159,57,193); }
H1.HeaderClassName
{
color: #9F39C1;
}
.AnyTagClassName
{
color: #9F39C1;
}
</style>
background-color css
<style>
a { background-color: #9F39C1; }
a { background-color: rgb(159,57,193); }
div.DivClassName
{
background-color: #9F39C1;
}
.BgClassName
{
background-color: #9F39C1;
}
</style>
border-color css
<style>
span { border-color: #9F39C1; }
span { border-color: rgb(159,57,193); }
td.TdClassName
{
border-color: #9F39C1;
}
.TagClassName
{
border-color: #9F39C1;
}
</style>