Shades of Dark Orchid #9521AD
Tints of Dark Orchid #9521AD
RGB
CMYK
RGB Variations
Color information
#9521AD (or 0x9521AD) is known color: Dark Orchid. HEX triplet: 95, 21 and AD. RGB value is (149,33,173). Sum of RGB (Red+Green+Blue) = 149+33+173=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #9521AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9521AD is #6ADE52. Grayscale: #535353. Windows color (decimal): -7003731 or 11346325. OLE color: 11346325.
HSL color Cylindrical-coordinate representation of color #9521AD: hue angle of 289.71º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9521AD is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 33 | 173 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.32 |
| HSL | 289.71º | 0.68% | 0.4% | - |
| HSV(B) | 289.71º | 0.81% | 0.68% | - |
| XYZ | 20.48 | 10.49 | 40.48 | - |
| YUV | 83.64 | 178.43 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 173 | 0.14 | 0.81 | 0 | 0.32 | 289.71 | 0.68 | 0.4 |
| Hex | 95 | 21 | AD | E | 51 | 0 | 20 | 122 | 44 | 28 |
| Octal | 225 | 41 | 255 | 16 | 121 | 0 | 40 | 442 | 104 | 50 |
| Binary | 10010101 | 100001 | 10101101 | 1110 | 1010001 | 0 | 100000 | 100100010 | 1000100 | 101000 |
Color Harmonies of #9521AD
Complementary color
Monochromatic Colors of #9521AD
Black with #9521AD
Text Example
Text Example
White with #9521AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9521AD; }
p { color: rgb(149,33,173); }
H1.HeaderClassName
{
color: #9521AD;
}
.AnyTagClassName
{
color: #9521AD;
}
</style>
background-color css
<style>
a { background-color: #9521AD; }
a { background-color: rgb(149,33,173); }
div.DivClassName
{
background-color: #9521AD;
}
.BgClassName
{
background-color: #9521AD;
}
</style>
border-color css
<style>
span { border-color: #9521AD; }
span { border-color: rgb(149,33,173); }
td.TdClassName
{
border-color: #9521AD;
}
.TagClassName
{
border-color: #9521AD;
}
</style>