Shades of Dark Orchid #9528AC
Tints of Dark Orchid #9528AC
RGB
CMYK
RGB Variations
Color information
#9528AC (or 0x9528AC) is known color: Dark Orchid. HEX triplet: 95, 28 and AC. RGB value is (149,40,172). Sum of RGB (Red+Green+Blue) = 149+40+172=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #9528AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9528AC is #6AD753. Grayscale: #575757. Windows color (decimal): -7001940 or 11282581. OLE color: 11282581.
HSL color Cylindrical-coordinate representation of color #9528AC: hue angle of 289.55º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9528AC is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 40 | 172 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.33 |
| HSL | 289.55º | 0.62% | 0.42% | - |
| HSV(B) | 289.55º | 0.77% | 0.67% | - |
| XYZ | 20.6 | 10.89 | 40.05 | - |
| YUV | 87.64 | 175.61 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 172 | 0.13 | 0.77 | 0 | 0.33 | 289.55 | 0.62 | 0.42 |
| Hex | 95 | 28 | AC | D | 4D | 0 | 21 | 122 | 3E | 2A |
| Octal | 225 | 50 | 254 | 15 | 115 | 0 | 41 | 442 | 76 | 52 |
| Binary | 10010101 | 101000 | 10101100 | 1101 | 1001101 | 0 | 100001 | 100100010 | 111110 | 101010 |
Color Harmonies of #9528AC
Complementary color
Monochromatic Colors of #9528AC
Black with #9528AC
Text Example
Text Example
White with #9528AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9528AC; }
p { color: rgb(149,40,172); }
H1.HeaderClassName
{
color: #9528AC;
}
.AnyTagClassName
{
color: #9528AC;
}
</style>
background-color css
<style>
a { background-color: #9528AC; }
a { background-color: rgb(149,40,172); }
div.DivClassName
{
background-color: #9528AC;
}
.BgClassName
{
background-color: #9528AC;
}
</style>
border-color css
<style>
span { border-color: #9528AC; }
span { border-color: rgb(149,40,172); }
td.TdClassName
{
border-color: #9528AC;
}
.TagClassName
{
border-color: #9528AC;
}
</style>