Shades of Dark Orchid #9940CE
Tints of Dark Orchid #9940CE
RGB
CMYK
RGB Variations
Color information
#9940CE (or 0x9940CE) is known color: Dark Orchid. HEX triplet: 99, 40 and CE. RGB value is (153,64,206). Sum of RGB (Red+Green+Blue) = 153+64+206=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #9940CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9940CE is #66BF31. Grayscale: #6A6A6A. Windows color (decimal): -6733618 or 13516953. OLE color: 13516953.
HSL color Cylindrical-coordinate representation of color #9940CE: hue angle of 277.61º 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 #9940CE is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 64 | 206 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.19 |
| HSL | 277.61º | 0.59% | 0.53% | - |
| HSV(B) | 277.61º | 0.69% | 0.81% | - |
| XYZ | 26.11 | 14.9 | 59.89 | - |
| YUV | 106.8 | 183.99 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 64 | 206 | 0.26 | 0.69 | 0 | 0.19 | 277.61 | 0.59 | 0.53 |
| Hex | 99 | 40 | CE | 1A | 45 | 0 | 13 | 116 | 3B | 35 |
| Octal | 231 | 100 | 316 | 32 | 105 | 0 | 23 | 426 | 73 | 65 |
| Binary | 10011001 | 1000000 | 11001110 | 11010 | 1000101 | 0 | 10011 | 100010110 | 111011 | 110101 |
Color Harmonies of #9940CE
Complementary color
Monochromatic Colors of #9940CE
Black with #9940CE
Text Example
Text Example
White with #9940CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9940CE; }
p { color: rgb(153,64,206); }
H1.HeaderClassName
{
color: #9940CE;
}
.AnyTagClassName
{
color: #9940CE;
}
</style>
background-color css
<style>
a { background-color: #9940CE; }
a { background-color: rgb(153,64,206); }
div.DivClassName
{
background-color: #9940CE;
}
.BgClassName
{
background-color: #9940CE;
}
</style>
border-color css
<style>
span { border-color: #9940CE; }
span { border-color: rgb(153,64,206); }
td.TdClassName
{
border-color: #9940CE;
}
.TagClassName
{
border-color: #9940CE;
}
</style>