Shades of Dark Orchid #9F39D6
Tints of Dark Orchid #9F39D6
RGB
CMYK
RGB Variations
Color information
#9F39D6 (or 0x9F39D6) is known color: Dark Orchid. HEX triplet: 9F, 39 and D6. RGB value is (159,57,214). Sum of RGB (Red+Green+Blue) = 159+57+214=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 57 (22.66% from 255 or 13.26% from 430); Blue value is 214 (83.98% from 255 or 49.77% from 430); Max value from RGB is 214 - color contains mainly: blue. Hex color #9F39D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F39D6 is #60C629. Grayscale: #686868. Windows color (decimal): -6342186 or 14039455. OLE color: 14039455.
HSL color Cylindrical-coordinate representation of color #9F39D6: hue angle of 278.98º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F39D6 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 57 | 214 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.16 |
| HSL | 278.98º | 0.66% | 0.53% | - |
| HSV(B) | 278.98º | 0.73% | 0.84% | - |
| XYZ | 27.9 | 15.15 | 65.07 | - |
| YUV | 105.4 | 189.29 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 57 | 214 | 0.26 | 0.73 | 0 | 0.16 | 278.98 | 0.66 | 0.53 |
| Hex | 9F | 39 | D6 | 1A | 49 | 0 | 10 | 117 | 42 | 35 |
| Octal | 237 | 71 | 326 | 32 | 111 | 0 | 20 | 427 | 102 | 65 |
| Binary | 10011111 | 111001 | 11010110 | 11010 | 1001001 | 0 | 10000 | 100010111 | 1000010 | 110101 |
Color Harmonies of #9F39D6
Complementary color
Monochromatic Colors of #9F39D6
Black with #9F39D6
Text Example
Text Example
White with #9F39D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F39D6; }
p { color: rgb(159,57,214); }
H1.HeaderClassName
{
color: #9F39D6;
}
.AnyTagClassName
{
color: #9F39D6;
}
</style>
background-color css
<style>
a { background-color: #9F39D6; }
a { background-color: rgb(159,57,214); }
div.DivClassName
{
background-color: #9F39D6;
}
.BgClassName
{
background-color: #9F39D6;
}
</style>
border-color css
<style>
span { border-color: #9F39D6; }
span { border-color: rgb(159,57,214); }
td.TdClassName
{
border-color: #9F39D6;
}
.TagClassName
{
border-color: #9F39D6;
}
</style>