Shades of Dark Orchid #9D1AAE
Tints of Dark Orchid #9D1AAE
RGB
CMYK
RGB Variations
Color information
#9D1AAE (or 0x9D1AAE) is known color: Dark Orchid. HEX triplet: 9D, 1A and AE. RGB value is (157,26,174). Sum of RGB (Red+Green+Blue) = 157+26+174=357 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.98% from 357); Green value is 26 (10.55% from 255 or 7.28% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D1AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1AAE is #62E551. Grayscale: #515151. Windows color (decimal): -6481234 or 11410077. OLE color: 11410077.
HSL color Cylindrical-coordinate representation of color #9D1AAE: hue angle of 293.11º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D1AAE is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 26 | 174 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.32 |
| HSL | 293.11º | 0.74% | 0.39% | - |
| HSV(B) | 293.11º | 0.85% | 0.68% | - |
| XYZ | 21.91 | 10.96 | 41.01 | - |
| YUV | 82.04 | 179.9 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 26 | 174 | 0.10 | 0.85 | 0 | 0.32 | 293.11 | 0.74 | 0.39 |
| Hex | 9D | 1A | AE | A | 55 | 0 | 20 | 125 | 4A | 27 |
| Octal | 235 | 32 | 256 | 12 | 125 | 0 | 40 | 445 | 112 | 47 |
| Binary | 10011101 | 11010 | 10101110 | 1010 | 1010101 | 0 | 100000 | 100100101 | 1001010 | 100111 |
Color Harmonies of #9D1AAE
Complementary color
Monochromatic Colors of #9D1AAE
Black with #9D1AAE
Text Example
Text Example
White with #9D1AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1AAE; }
p { color: rgb(157,26,174); }
H1.HeaderClassName
{
color: #9D1AAE;
}
.AnyTagClassName
{
color: #9D1AAE;
}
</style>
background-color css
<style>
a { background-color: #9D1AAE; }
a { background-color: rgb(157,26,174); }
div.DivClassName
{
background-color: #9D1AAE;
}
.BgClassName
{
background-color: #9D1AAE;
}
</style>
border-color css
<style>
span { border-color: #9D1AAE; }
span { border-color: rgb(157,26,174); }
td.TdClassName
{
border-color: #9D1AAE;
}
.TagClassName
{
border-color: #9D1AAE;
}
</style>