Shades of Dark Orchid #9529D6
Tints of Dark Orchid #9529D6
RGB
CMYK
RGB Variations
Color information
#9529D6 (or 0x9529D6) is known color: Dark Orchid. HEX triplet: 95, 29 and D6. RGB value is (149,41,214). Sum of RGB (Red+Green+Blue) = 149+41+214=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 214 (83.98% from 255 or 52.97% from 404); Max value from RGB is 214 - color contains mainly: blue. Hex color #9529D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9529D6 is #6AD629. Grayscale: #5C5C5C. Windows color (decimal): -7001642 or 14035349. OLE color: 14035349.
HSL color Cylindrical-coordinate representation of color #9529D6: hue angle of 277.46º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9529D6 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 41 | 214 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.16 |
| HSL | 277.46º | 0.68% | 0.5% | - |
| HSV(B) | 277.46º | 0.81% | 0.84% | - |
| XYZ | 25.32 | 12.83 | 64.76 | - |
| YUV | 93.01 | 196.28 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 214 | 0.30 | 0.81 | 0 | 0.16 | 277.46 | 0.68 | 0.5 |
| Hex | 95 | 29 | D6 | 1E | 51 | 0 | 10 | 115 | 44 | 32 |
| Octal | 225 | 51 | 326 | 36 | 121 | 0 | 20 | 425 | 104 | 62 |
| Binary | 10010101 | 101001 | 11010110 | 11110 | 1010001 | 0 | 10000 | 100010101 | 1000100 | 110010 |
Color Harmonies of #9529D6
Complementary color
Monochromatic Colors of #9529D6
Black with #9529D6
Text Example
Text Example
White with #9529D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9529D6; }
p { color: rgb(149,41,214); }
H1.HeaderClassName
{
color: #9529D6;
}
.AnyTagClassName
{
color: #9529D6;
}
</style>
background-color css
<style>
a { background-color: #9529D6; }
a { background-color: rgb(149,41,214); }
div.DivClassName
{
background-color: #9529D6;
}
.BgClassName
{
background-color: #9529D6;
}
</style>
border-color css
<style>
span { border-color: #9529D6; }
span { border-color: rgb(149,41,214); }
td.TdClassName
{
border-color: #9529D6;
}
.TagClassName
{
border-color: #9529D6;
}
</style>