Shades of Dark Orchid #9038AD
Tints of Dark Orchid #9038AD
RGB
CMYK
RGB Variations
Color information
#9038AD (or 0x9038AD) is known color: Dark Orchid. HEX triplet: 90, 38 and AD. RGB value is (144,56,173). Sum of RGB (Red+Green+Blue) = 144+56+173=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #9038AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9038AD is #6FC752. Grayscale: #5F5F5F. Windows color (decimal): -7325523 or 11352208. OLE color: 11352208.
HSL color Cylindrical-coordinate representation of color #9038AD: hue angle of 285.13º 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 #9038AD is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 56 | 173 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.32 |
| HSL | 285.13º | 0.51% | 0.45% | - |
| HSV(B) | 285.13º | 0.68% | 0.68% | - |
| XYZ | 20.46 | 11.77 | 40.73 | - |
| YUV | 95.65 | 171.65 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 56 | 173 | 0.17 | 0.68 | 0 | 0.32 | 285.13 | 0.51 | 0.45 |
| Hex | 90 | 38 | AD | 11 | 44 | 0 | 20 | 11D | 33 | 2D |
| Octal | 220 | 70 | 255 | 21 | 104 | 0 | 40 | 435 | 63 | 55 |
| Binary | 10010000 | 111000 | 10101101 | 10001 | 1000100 | 0 | 100000 | 100011101 | 110011 | 101101 |
Color Harmonies of #9038AD
Complementary color
Monochromatic Colors of #9038AD
Black with #9038AD
Text Example
Text Example
White with #9038AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9038AD; }
p { color: rgb(144,56,173); }
H1.HeaderClassName
{
color: #9038AD;
}
.AnyTagClassName
{
color: #9038AD;
}
</style>
background-color css
<style>
a { background-color: #9038AD; }
a { background-color: rgb(144,56,173); }
div.DivClassName
{
background-color: #9038AD;
}
.BgClassName
{
background-color: #9038AD;
}
</style>
border-color css
<style>
span { border-color: #9038AD; }
span { border-color: rgb(144,56,173); }
td.TdClassName
{
border-color: #9038AD;
}
.TagClassName
{
border-color: #9038AD;
}
</style>