Shades of Dark Orchid #9535AD
Tints of Dark Orchid #9535AD
RGB
CMYK
RGB Variations
Color information
#9535AD (or 0x9535AD) is known color: Dark Orchid. HEX triplet: 95, 35 and AD. RGB value is (149,53,173). Sum of RGB (Red+Green+Blue) = 149+53+173=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #9535AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9535AD is #6ACA52. Grayscale: #5F5F5F. Windows color (decimal): -6998611 or 11351445. OLE color: 11351445.
HSL color Cylindrical-coordinate representation of color #9535AD: hue angle of 288º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9535AD is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 53 | 173 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.32 |
| HSL | 288º | 0.53% | 0.44% | - |
| HSV(B) | 288º | 0.69% | 0.68% | - |
| XYZ | 21.21 | 11.95 | 40.72 | - |
| YUV | 95.38 | 171.8 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 173 | 0.14 | 0.69 | 0 | 0.32 | 288 | 0.53 | 0.44 |
| Hex | 95 | 35 | AD | E | 45 | 0 | 20 | 120 | 35 | 2C |
| Octal | 225 | 65 | 255 | 16 | 105 | 0 | 40 | 440 | 65 | 54 |
| Binary | 10010101 | 110101 | 10101101 | 1110 | 1000101 | 0 | 100000 | 100100000 | 110101 | 101100 |
Color Harmonies of #9535AD
Complementary color
Monochromatic Colors of #9535AD
Black with #9535AD
Text Example
Text Example
White with #9535AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9535AD; }
p { color: rgb(149,53,173); }
H1.HeaderClassName
{
color: #9535AD;
}
.AnyTagClassName
{
color: #9535AD;
}
</style>
background-color css
<style>
a { background-color: #9535AD; }
a { background-color: rgb(149,53,173); }
div.DivClassName
{
background-color: #9535AD;
}
.BgClassName
{
background-color: #9535AD;
}
</style>
border-color css
<style>
span { border-color: #9535AD; }
span { border-color: rgb(149,53,173); }
td.TdClassName
{
border-color: #9535AD;
}
.TagClassName
{
border-color: #9535AD;
}
</style>