Shades of Dark Orchid #9F40CE
Tints of Dark Orchid #9F40CE
RGB
CMYK
RGB Variations
Color information
#9F40CE (or 0x9F40CE) is known color: Dark Orchid. HEX triplet: 9F, 40 and CE. RGB value is (159,64,206). Sum of RGB (Red+Green+Blue) = 159+64+206=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F40CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F40CE is #60BF31. Grayscale: #6C6C6C. Windows color (decimal): -6340402 or 13516959. OLE color: 13516959.
HSL color Cylindrical-coordinate representation of color #9F40CE: hue angle of 280.14º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F40CE is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 64 | 206 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.19 |
| HSL | 280.14º | 0.59% | 0.53% | - |
| HSV(B) | 280.14º | 0.69% | 0.81% | - |
| XYZ | 27.27 | 15.49 | 59.95 | - |
| YUV | 108.59 | 182.97 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 64 | 206 | 0.23 | 0.69 | 0 | 0.19 | 280.14 | 0.59 | 0.53 |
| Hex | 9F | 40 | CE | 17 | 45 | 0 | 13 | 118 | 3B | 35 |
| Octal | 237 | 100 | 316 | 27 | 105 | 0 | 23 | 430 | 73 | 65 |
| Binary | 10011111 | 1000000 | 11001110 | 10111 | 1000101 | 0 | 10011 | 100011000 | 111011 | 110101 |
Color Harmonies of #9F40CE
Complementary color
Monochromatic Colors of #9F40CE
Black with #9F40CE
Text Example
Text Example
White with #9F40CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F40CE; }
p { color: rgb(159,64,206); }
H1.HeaderClassName
{
color: #9F40CE;
}
.AnyTagClassName
{
color: #9F40CE;
}
</style>
background-color css
<style>
a { background-color: #9F40CE; }
a { background-color: rgb(159,64,206); }
div.DivClassName
{
background-color: #9F40CE;
}
.BgClassName
{
background-color: #9F40CE;
}
</style>
border-color css
<style>
span { border-color: #9F40CE; }
span { border-color: rgb(159,64,206); }
td.TdClassName
{
border-color: #9F40CE;
}
.TagClassName
{
border-color: #9F40CE;
}
</style>