Shades of Dark Orchid #9527AE
Tints of Dark Orchid #9527AE
RGB
CMYK
RGB Variations
Color information
#9527AE (or 0x9527AE) is known color: Dark Orchid. HEX triplet: 95, 27 and AE. RGB value is (149,39,174). Sum of RGB (Red+Green+Blue) = 149+39+174=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #9527AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9527AE is #6AD851. Grayscale: #565656. Windows color (decimal): -7002194 or 11413397. OLE color: 11413397.
HSL color Cylindrical-coordinate representation of color #9527AE: hue angle of 288.89º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9527AE is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 39 | 174 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.32 |
| HSL | 288.89º | 0.63% | 0.42% | - |
| HSV(B) | 288.89º | 0.78% | 0.68% | - |
| XYZ | 20.76 | 10.9 | 41.05 | - |
| YUV | 87.28 | 176.94 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 39 | 174 | 0.14 | 0.78 | 0 | 0.32 | 288.89 | 0.63 | 0.42 |
| Hex | 95 | 27 | AE | E | 4E | 0 | 20 | 121 | 3F | 2A |
| Octal | 225 | 47 | 256 | 16 | 116 | 0 | 40 | 441 | 77 | 52 |
| Binary | 10010101 | 100111 | 10101110 | 1110 | 1001110 | 0 | 100000 | 100100001 | 111111 | 101010 |
Color Harmonies of #9527AE
Complementary color
Monochromatic Colors of #9527AE
Black with #9527AE
Text Example
Text Example
White with #9527AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9527AE; }
p { color: rgb(149,39,174); }
H1.HeaderClassName
{
color: #9527AE;
}
.AnyTagClassName
{
color: #9527AE;
}
</style>
background-color css
<style>
a { background-color: #9527AE; }
a { background-color: rgb(149,39,174); }
div.DivClassName
{
background-color: #9527AE;
}
.BgClassName
{
background-color: #9527AE;
}
</style>
border-color css
<style>
span { border-color: #9527AE; }
span { border-color: rgb(149,39,174); }
td.TdClassName
{
border-color: #9527AE;
}
.TagClassName
{
border-color: #9527AE;
}
</style>