Shades of Dark Orchid #9D1EAC
Tints of Dark Orchid #9D1EAC
RGB
CMYK
RGB Variations
Color information
#9D1EAC (or 0x9D1EAC) is known color: Dark Orchid. HEX triplet: 9D, 1E and AC. RGB value is (157,30,172). Sum of RGB (Red+Green+Blue) = 157+30+172=359 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.73% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D1EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1EAC is #62E153. Grayscale: #535353. Windows color (decimal): -6480212 or 11280029. OLE color: 11280029.
HSL color Cylindrical-coordinate representation of color #9D1EAC: hue angle of 293.66º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D1EAC is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 30 | 172 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.33 |
| HSL | 293.66º | 0.7% | 0.4% | - |
| HSV(B) | 293.66º | 0.83% | 0.67% | - |
| XYZ | 21.82 | 11.08 | 40.02 | - |
| YUV | 84.16 | 177.58 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 30 | 172 | 0.09 | 0.83 | 0 | 0.33 | 293.66 | 0.7 | 0.4 |
| Hex | 9D | 1E | AC | 9 | 53 | 0 | 21 | 126 | 46 | 28 |
| Octal | 235 | 36 | 254 | 11 | 123 | 0 | 41 | 446 | 106 | 50 |
| Binary | 10011101 | 11110 | 10101100 | 1001 | 1010011 | 0 | 100001 | 100100110 | 1000110 | 101000 |
Color Harmonies of #9D1EAC
Complementary color
Monochromatic Colors of #9D1EAC
Black with #9D1EAC
Text Example
Text Example
White with #9D1EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1EAC; }
p { color: rgb(157,30,172); }
H1.HeaderClassName
{
color: #9D1EAC;
}
.AnyTagClassName
{
color: #9D1EAC;
}
</style>
background-color css
<style>
a { background-color: #9D1EAC; }
a { background-color: rgb(157,30,172); }
div.DivClassName
{
background-color: #9D1EAC;
}
.BgClassName
{
background-color: #9D1EAC;
}
</style>
border-color css
<style>
span { border-color: #9D1EAC; }
span { border-color: rgb(157,30,172); }
td.TdClassName
{
border-color: #9D1EAC;
}
.TagClassName
{
border-color: #9D1EAC;
}
</style>