Shades of Dark Orchid #9136AE
Tints of Dark Orchid #9136AE
RGB
CMYK
RGB Variations
Color information
#9136AE (or 0x9136AE) is known color: Dark Orchid. HEX triplet: 91, 36 and AE. RGB value is (145,54,174). Sum of RGB (Red+Green+Blue) = 145+54+174=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #9136AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9136AE is #6EC951. Grayscale: #5E5E5E. Windows color (decimal): -7260498 or 11417233. OLE color: 11417233.
HSL color Cylindrical-coordinate representation of color #9136AE: hue angle of 285.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9136AE is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 54 | 174 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.32 |
| HSL | 285.5º | 0.53% | 0.45% | - |
| HSV(B) | 285.5º | 0.69% | 0.68% | - |
| XYZ | 20.64 | 11.71 | 41.22 | - |
| YUV | 94.89 | 172.65 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 54 | 174 | 0.17 | 0.69 | 0 | 0.32 | 285.5 | 0.53 | 0.45 |
| Hex | 91 | 36 | AE | 11 | 45 | 0 | 20 | 11E | 35 | 2D |
| Octal | 221 | 66 | 256 | 21 | 105 | 0 | 40 | 436 | 65 | 55 |
| Binary | 10010001 | 110110 | 10101110 | 10001 | 1000101 | 0 | 100000 | 100011110 | 110101 | 101101 |
Color Harmonies of #9136AE
Complementary color
Monochromatic Colors of #9136AE
Black with #9136AE
Text Example
Text Example
White with #9136AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9136AE; }
p { color: rgb(145,54,174); }
H1.HeaderClassName
{
color: #9136AE;
}
.AnyTagClassName
{
color: #9136AE;
}
</style>
background-color css
<style>
a { background-color: #9136AE; }
a { background-color: rgb(145,54,174); }
div.DivClassName
{
background-color: #9136AE;
}
.BgClassName
{
background-color: #9136AE;
}
</style>
border-color css
<style>
span { border-color: #9136AE; }
span { border-color: rgb(145,54,174); }
td.TdClassName
{
border-color: #9136AE;
}
.TagClassName
{
border-color: #9136AE;
}
</style>