Shades of Dark Orchid #9D40CE
Tints of Dark Orchid #9D40CE
RGB
CMYK
RGB Variations
Color information
#9D40CE (or 0x9D40CE) is known color: Dark Orchid. HEX triplet: 9D, 40 and CE. RGB value is (157,64,206). Sum of RGB (Red+Green+Blue) = 157+64+206=427 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.77% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D40CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D40CE is #62BF31. Grayscale: #6B6B6B. Windows color (decimal): -6471474 or 13516957. OLE color: 13516957.
HSL color Cylindrical-coordinate representation of color #9D40CE: hue angle of 279.3º 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 #9D40CE is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 64 | 206 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.19 |
| HSL | 279.3º | 0.59% | 0.53% | - |
| HSV(B) | 279.3º | 0.69% | 0.81% | - |
| XYZ | 26.88 | 15.29 | 59.93 | - |
| YUV | 108 | 183.31 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 64 | 206 | 0.24 | 0.69 | 0 | 0.19 | 279.3 | 0.59 | 0.53 |
| Hex | 9D | 40 | CE | 18 | 45 | 0 | 13 | 117 | 3B | 35 |
| Octal | 235 | 100 | 316 | 30 | 105 | 0 | 23 | 427 | 73 | 65 |
| Binary | 10011101 | 1000000 | 11001110 | 11000 | 1000101 | 0 | 10011 | 100010111 | 111011 | 110101 |
Color Harmonies of #9D40CE
Complementary color
Monochromatic Colors of #9D40CE
Black with #9D40CE
Text Example
Text Example
White with #9D40CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D40CE; }
p { color: rgb(157,64,206); }
H1.HeaderClassName
{
color: #9D40CE;
}
.AnyTagClassName
{
color: #9D40CE;
}
</style>
background-color css
<style>
a { background-color: #9D40CE; }
a { background-color: rgb(157,64,206); }
div.DivClassName
{
background-color: #9D40CE;
}
.BgClassName
{
background-color: #9D40CE;
}
</style>
border-color css
<style>
span { border-color: #9D40CE; }
span { border-color: rgb(157,64,206); }
td.TdClassName
{
border-color: #9D40CE;
}
.TagClassName
{
border-color: #9D40CE;
}
</style>