Shades of Dark Orchid #9520AB
Tints of Dark Orchid #9520AB
RGB
CMYK
RGB Variations
Color information
#9520AB (or 0x9520AB) is known color: Dark Orchid. HEX triplet: 95, 20 and AB. RGB value is (149,32,171). Sum of RGB (Red+Green+Blue) = 149+32+171=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #9520AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9520AB is #6ADF54. Grayscale: #525252. Windows color (decimal): -7003989 or 11214997. OLE color: 11214997.
HSL color Cylindrical-coordinate representation of color #9520AB: hue angle of 290.5º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9520AB is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 32 | 171 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.33 |
| HSL | 290.5º | 0.68% | 0.4% | - |
| HSV(B) | 290.5º | 0.81% | 0.67% | - |
| XYZ | 20.26 | 10.36 | 39.46 | - |
| YUV | 82.83 | 177.76 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 171 | 0.13 | 0.81 | 0 | 0.33 | 290.5 | 0.68 | 0.4 |
| Hex | 95 | 20 | AB | D | 51 | 0 | 21 | 123 | 44 | 28 |
| Octal | 225 | 40 | 253 | 15 | 121 | 0 | 41 | 443 | 104 | 50 |
| Binary | 10010101 | 100000 | 10101011 | 1101 | 1010001 | 0 | 100001 | 100100011 | 1000100 | 101000 |
Color Harmonies of #9520AB
Complementary color
Monochromatic Colors of #9520AB
Black with #9520AB
Text Example
Text Example
White with #9520AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9520AB; }
p { color: rgb(149,32,171); }
H1.HeaderClassName
{
color: #9520AB;
}
.AnyTagClassName
{
color: #9520AB;
}
</style>
background-color css
<style>
a { background-color: #9520AB; }
a { background-color: rgb(149,32,171); }
div.DivClassName
{
background-color: #9520AB;
}
.BgClassName
{
background-color: #9520AB;
}
</style>
border-color css
<style>
span { border-color: #9520AB; }
span { border-color: rgb(149,32,171); }
td.TdClassName
{
border-color: #9520AB;
}
.TagClassName
{
border-color: #9520AB;
}
</style>