Shades of Dark Orchid #9522AB
Tints of Dark Orchid #9522AB
RGB
CMYK
RGB Variations
Color information
#9522AB (or 0x9522AB) is known color: Dark Orchid. HEX triplet: 95, 22 and AB. RGB value is (149,34,171). Sum of RGB (Red+Green+Blue) = 149+34+171=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #9522AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9522AB is #6ADD54. Grayscale: #535353. Windows color (decimal): -7003477 or 11215509. OLE color: 11215509.
HSL color Cylindrical-coordinate representation of color #9522AB: hue angle of 290.36º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9522AB is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 34 | 171 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.33 |
| HSL | 290.37º | 0.67% | 0.4% | - |
| HSV(B) | 290.37º | 0.8% | 0.67% | - |
| XYZ | 20.32 | 10.47 | 39.48 | - |
| YUV | 84 | 177.1 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 171 | 0.13 | 0.80 | 0 | 0.33 | 290.37 | 0.67 | 0.4 |
| Hex | 95 | 22 | AB | D | 50 | 0 | 21 | 122 | 43 | 28 |
| Octal | 225 | 42 | 253 | 15 | 120 | 0 | 41 | 442 | 103 | 50 |
| Binary | 10010101 | 100010 | 10101011 | 1101 | 1010000 | 0 | 100001 | 100100010 | 1000011 | 101000 |
Color Harmonies of #9522AB
Complementary color
Monochromatic Colors of #9522AB
Black with #9522AB
Text Example
Text Example
White with #9522AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9522AB; }
p { color: rgb(149,34,171); }
H1.HeaderClassName
{
color: #9522AB;
}
.AnyTagClassName
{
color: #9522AB;
}
</style>
background-color css
<style>
a { background-color: #9522AB; }
a { background-color: rgb(149,34,171); }
div.DivClassName
{
background-color: #9522AB;
}
.BgClassName
{
background-color: #9522AB;
}
</style>
border-color css
<style>
span { border-color: #9522AB; }
span { border-color: rgb(149,34,171); }
td.TdClassName
{
border-color: #9522AB;
}
.TagClassName
{
border-color: #9522AB;
}
</style>