Shades of Dark Orchid #9136AD
Tints of Dark Orchid #9136AD
RGB
CMYK
RGB Variations
Color information
#9136AD (or 0x9136AD) is known color: Dark Orchid. HEX triplet: 91, 36 and AD. RGB value is (145,54,173). Sum of RGB (Red+Green+Blue) = 145+54+173=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #9136AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9136AD is #6EC952. Grayscale: #5E5E5E. Windows color (decimal): -7260499 or 11351697. OLE color: 11351697.
HSL color Cylindrical-coordinate representation of color #9136AD: hue angle of 285.88º degrees, saturation: 0.52, 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 #9136AD is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 54 | 173 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.32 |
| HSL | 285.88º | 0.52% | 0.45% | - |
| HSV(B) | 285.88º | 0.69% | 0.68% | - |
| XYZ | 20.54 | 11.68 | 40.71 | - |
| YUV | 94.78 | 172.15 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 54 | 173 | 0.16 | 0.69 | 0 | 0.32 | 285.88 | 0.52 | 0.45 |
| Hex | 91 | 36 | AD | 10 | 45 | 0 | 20 | 11E | 34 | 2D |
| Octal | 221 | 66 | 255 | 20 | 105 | 0 | 40 | 436 | 64 | 55 |
| Binary | 10010001 | 110110 | 10101101 | 10000 | 1000101 | 0 | 100000 | 100011110 | 110100 | 101101 |
Color Harmonies of #9136AD
Complementary color
Monochromatic Colors of #9136AD
Black with #9136AD
Text Example
Text Example
White with #9136AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9136AD; }
p { color: rgb(145,54,173); }
H1.HeaderClassName
{
color: #9136AD;
}
.AnyTagClassName
{
color: #9136AD;
}
</style>
background-color css
<style>
a { background-color: #9136AD; }
a { background-color: rgb(145,54,173); }
div.DivClassName
{
background-color: #9136AD;
}
.BgClassName
{
background-color: #9136AD;
}
</style>
border-color css
<style>
span { border-color: #9136AD; }
span { border-color: rgb(145,54,173); }
td.TdClassName
{
border-color: #9136AD;
}
.TagClassName
{
border-color: #9136AD;
}
</style>