Shades of Dark Orchid #9027AD
Tints of Dark Orchid #9027AD
RGB
CMYK
RGB Variations
Color information
#9027AD (or 0x9027AD) is known color: Dark Orchid. HEX triplet: 90, 27 and AD. RGB value is (144,39,173). Sum of RGB (Red+Green+Blue) = 144+39+173=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #9027AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9027AD is #6FD852. Grayscale: #555555. Windows color (decimal): -7329875 or 11347856. OLE color: 11347856.
HSL color Cylindrical-coordinate representation of color #9027AD: hue angle of 287.01º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9027AD is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 39 | 173 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.32 |
| HSL | 287.01º | 0.63% | 0.42% | - |
| HSV(B) | 287.01º | 0.77% | 0.68% | - |
| XYZ | 19.77 | 10.4 | 40.5 | - |
| YUV | 85.67 | 177.29 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 39 | 173 | 0.17 | 0.77 | 0 | 0.32 | 287.01 | 0.63 | 0.42 |
| Hex | 90 | 27 | AD | 11 | 4D | 0 | 20 | 11F | 3F | 2A |
| Octal | 220 | 47 | 255 | 21 | 115 | 0 | 40 | 437 | 77 | 52 |
| Binary | 10010000 | 100111 | 10101101 | 10001 | 1001101 | 0 | 100000 | 100011111 | 111111 | 101010 |
Color Harmonies of #9027AD
Complementary color
Monochromatic Colors of #9027AD
Black with #9027AD
Text Example
Text Example
White with #9027AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9027AD; }
p { color: rgb(144,39,173); }
H1.HeaderClassName
{
color: #9027AD;
}
.AnyTagClassName
{
color: #9027AD;
}
</style>
background-color css
<style>
a { background-color: #9027AD; }
a { background-color: rgb(144,39,173); }
div.DivClassName
{
background-color: #9027AD;
}
.BgClassName
{
background-color: #9027AD;
}
</style>
border-color css
<style>
span { border-color: #9027AD; }
span { border-color: rgb(144,39,173); }
td.TdClassName
{
border-color: #9027AD;
}
.TagClassName
{
border-color: #9027AD;
}
</style>