Shades of Dark Orchid #9D40E1
Tints of Dark Orchid #9D40E1
RGB
CMYK
RGB Variations
Color information
#9D40E1 (or 0x9D40E1) is known color: Dark Orchid. HEX triplet: 9D, 40 and E1. RGB value is (157,64,225). Sum of RGB (Red+Green+Blue) = 157+64+225=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 225 (88.28% from 255 or 50.45% from 446); Max value from RGB is 225 - color contains mainly: blue. Hex color #9D40E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D40E1 is #62BF1E. Grayscale: #6D6D6D. Windows color (decimal): -6471455 or 14762141. OLE color: 14762141.
HSL color Cylindrical-coordinate representation of color #9D40E1: hue angle of 274.66º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D40E1 is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 64 | 225 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.12 |
| HSL | 274.66º | 0.73% | 0.57% | - |
| HSV(B) | 274.66º | 0.72% | 0.88% | - |
| XYZ | 29.33 | 16.27 | 72.83 | - |
| YUV | 110.16 | 192.81 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 64 | 225 | 0.30 | 0.72 | 0 | 0.12 | 274.66 | 0.73 | 0.57 |
| Hex | 9D | 40 | E1 | 1E | 48 | 0 | C | 113 | 49 | 39 |
| Octal | 235 | 100 | 341 | 36 | 110 | 0 | 14 | 423 | 111 | 71 |
| Binary | 10011101 | 1000000 | 11100001 | 11110 | 1001000 | 0 | 1100 | 100010011 | 1001001 | 111001 |
Color Harmonies of #9D40E1
Complementary color
Monochromatic Colors of #9D40E1
Black with #9D40E1
Text Example
Text Example
White with #9D40E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D40E1; }
p { color: rgb(157,64,225); }
H1.HeaderClassName
{
color: #9D40E1;
}
.AnyTagClassName
{
color: #9D40E1;
}
</style>
background-color css
<style>
a { background-color: #9D40E1; }
a { background-color: rgb(157,64,225); }
div.DivClassName
{
background-color: #9D40E1;
}
.BgClassName
{
background-color: #9D40E1;
}
</style>
border-color css
<style>
span { border-color: #9D40E1; }
span { border-color: rgb(157,64,225); }
td.TdClassName
{
border-color: #9D40E1;
}
.TagClassName
{
border-color: #9D40E1;
}
</style>