Shades of Dark Orchid #9527AC
Tints of Dark Orchid #9527AC
RGB
CMYK
RGB Variations
Color information
#9527AC (or 0x9527AC) is known color: Dark Orchid. HEX triplet: 95, 27 and AC. RGB value is (149,39,172). Sum of RGB (Red+Green+Blue) = 149+39+172=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #9527AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9527AC is #6AD853. Grayscale: #565656. Windows color (decimal): -7002196 or 11282325. OLE color: 11282325.
HSL color Cylindrical-coordinate representation of color #9527AC: hue angle of 289.62º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9527AC is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 39 | 172 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.33 |
| HSL | 289.62º | 0.63% | 0.41% | - |
| HSV(B) | 289.62º | 0.77% | 0.67% | - |
| XYZ | 20.57 | 10.82 | 40.03 | - |
| YUV | 87.05 | 175.94 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 39 | 172 | 0.13 | 0.77 | 0 | 0.33 | 289.62 | 0.63 | 0.41 |
| Hex | 95 | 27 | AC | D | 4D | 0 | 21 | 122 | 3F | 29 |
| Octal | 225 | 47 | 254 | 15 | 115 | 0 | 41 | 442 | 77 | 51 |
| Binary | 10010101 | 100111 | 10101100 | 1101 | 1001101 | 0 | 100001 | 100100010 | 111111 | 101001 |
Color Harmonies of #9527AC
Complementary color
Monochromatic Colors of #9527AC
Black with #9527AC
Text Example
Text Example
White with #9527AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9527AC; }
p { color: rgb(149,39,172); }
H1.HeaderClassName
{
color: #9527AC;
}
.AnyTagClassName
{
color: #9527AC;
}
</style>
background-color css
<style>
a { background-color: #9527AC; }
a { background-color: rgb(149,39,172); }
div.DivClassName
{
background-color: #9527AC;
}
.BgClassName
{
background-color: #9527AC;
}
</style>
border-color css
<style>
span { border-color: #9527AC; }
span { border-color: rgb(149,39,172); }
td.TdClassName
{
border-color: #9527AC;
}
.TagClassName
{
border-color: #9527AC;
}
</style>