Shades of Dark Orchid #9521AE
Tints of Dark Orchid #9521AE
RGB
CMYK
RGB Variations
Color information
#9521AE (or 0x9521AE) is known color: Dark Orchid. HEX triplet: 95, 21 and AE. RGB value is (149,33,174). Sum of RGB (Red+Green+Blue) = 149+33+174=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #9521AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9521AE is #6ADE51. Grayscale: #535353. Windows color (decimal): -7003730 or 11411861. OLE color: 11411861.
HSL color Cylindrical-coordinate representation of color #9521AE: hue angle of 289.36º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9521AE is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 33 | 174 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.32 |
| HSL | 289.36º | 0.68% | 0.41% | - |
| HSV(B) | 289.36º | 0.81% | 0.68% | - |
| XYZ | 20.58 | 10.53 | 40.99 | - |
| YUV | 83.76 | 178.93 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 174 | 0.14 | 0.81 | 0 | 0.32 | 289.36 | 0.68 | 0.41 |
| Hex | 95 | 21 | AE | E | 51 | 0 | 20 | 121 | 44 | 29 |
| Octal | 225 | 41 | 256 | 16 | 121 | 0 | 40 | 441 | 104 | 51 |
| Binary | 10010101 | 100001 | 10101110 | 1110 | 1010001 | 0 | 100000 | 100100001 | 1000100 | 101001 |
Color Harmonies of #9521AE
Complementary color
Monochromatic Colors of #9521AE
Black with #9521AE
Text Example
Text Example
White with #9521AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9521AE; }
p { color: rgb(149,33,174); }
H1.HeaderClassName
{
color: #9521AE;
}
.AnyTagClassName
{
color: #9521AE;
}
</style>
background-color css
<style>
a { background-color: #9521AE; }
a { background-color: rgb(149,33,174); }
div.DivClassName
{
background-color: #9521AE;
}
.BgClassName
{
background-color: #9521AE;
}
</style>
border-color css
<style>
span { border-color: #9521AE; }
span { border-color: rgb(149,33,174); }
td.TdClassName
{
border-color: #9521AE;
}
.TagClassName
{
border-color: #9521AE;
}
</style>