Shades of Dark Orchid #9138AD
Tints of Dark Orchid #9138AD
RGB
CMYK
RGB Variations
Color information
#9138AD (or 0x9138AD) is known color: Dark Orchid. HEX triplet: 91, 38 and AD. RGB value is (145,56,173). Sum of RGB (Red+Green+Blue) = 145+56+173=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #9138AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9138AD is #6EC752. Grayscale: #5F5F5F. Windows color (decimal): -7259987 or 11352209. OLE color: 11352209.
HSL color Cylindrical-coordinate representation of color #9138AD: hue angle of 285.64º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9138AD is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 56 | 173 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.32 |
| HSL | 285.64º | 0.51% | 0.45% | - |
| HSV(B) | 285.64º | 0.68% | 0.68% | - |
| XYZ | 20.63 | 11.87 | 40.74 | - |
| YUV | 95.95 | 171.49 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 56 | 173 | 0.16 | 0.68 | 0 | 0.32 | 285.64 | 0.51 | 0.45 |
| Hex | 91 | 38 | AD | 10 | 44 | 0 | 20 | 11E | 33 | 2D |
| Octal | 221 | 70 | 255 | 20 | 104 | 0 | 40 | 436 | 63 | 55 |
| Binary | 10010001 | 111000 | 10101101 | 10000 | 1000100 | 0 | 100000 | 100011110 | 110011 | 101101 |
Color Harmonies of #9138AD
Complementary color
Monochromatic Colors of #9138AD
Black with #9138AD
Text Example
Text Example
White with #9138AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9138AD; }
p { color: rgb(145,56,173); }
H1.HeaderClassName
{
color: #9138AD;
}
.AnyTagClassName
{
color: #9138AD;
}
</style>
background-color css
<style>
a { background-color: #9138AD; }
a { background-color: rgb(145,56,173); }
div.DivClassName
{
background-color: #9138AD;
}
.BgClassName
{
background-color: #9138AD;
}
</style>
border-color css
<style>
span { border-color: #9138AD; }
span { border-color: rgb(145,56,173); }
td.TdClassName
{
border-color: #9138AD;
}
.TagClassName
{
border-color: #9138AD;
}
</style>