Shades of Dark Orchid #9525AC
Tints of Dark Orchid #9525AC
RGB
CMYK
RGB Variations
Color information
#9525AC (or 0x9525AC) is known color: Dark Orchid. HEX triplet: 95, 25 and AC. RGB value is (149,37,172). Sum of RGB (Red+Green+Blue) = 149+37+172=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #9525AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9525AC is #6ADA53. Grayscale: #555555. Windows color (decimal): -7002708 or 11281813. OLE color: 11281813.
HSL color Cylindrical-coordinate representation of color #9525AC: hue angle of 289.78º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9525AC is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 37 | 172 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.33 |
| HSL | 289.78º | 0.65% | 0.41% | - |
| HSV(B) | 289.78º | 0.78% | 0.67% | - |
| XYZ | 20.5 | 10.69 | 40.01 | - |
| YUV | 85.88 | 176.61 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 172 | 0.13 | 0.78 | 0 | 0.33 | 289.78 | 0.65 | 0.41 |
| Hex | 95 | 25 | AC | D | 4E | 0 | 21 | 122 | 41 | 29 |
| Octal | 225 | 45 | 254 | 15 | 116 | 0 | 41 | 442 | 101 | 51 |
| Binary | 10010101 | 100101 | 10101100 | 1101 | 1001110 | 0 | 100001 | 100100010 | 1000001 | 101001 |
Color Harmonies of #9525AC
Complementary color
Monochromatic Colors of #9525AC
Black with #9525AC
Text Example
Text Example
White with #9525AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9525AC; }
p { color: rgb(149,37,172); }
H1.HeaderClassName
{
color: #9525AC;
}
.AnyTagClassName
{
color: #9525AC;
}
</style>
background-color css
<style>
a { background-color: #9525AC; }
a { background-color: rgb(149,37,172); }
div.DivClassName
{
background-color: #9525AC;
}
.BgClassName
{
background-color: #9525AC;
}
</style>
border-color css
<style>
span { border-color: #9525AC; }
span { border-color: rgb(149,37,172); }
td.TdClassName
{
border-color: #9525AC;
}
.TagClassName
{
border-color: #9525AC;
}
</style>