Shades of Dark Orchid #952DAD
Tints of Dark Orchid #952DAD
RGB
CMYK
RGB Variations
Color information
#952DAD (or 0x952DAD) is known color: Dark Orchid. HEX triplet: 95, 2D and AD. RGB value is (149,45,173). Sum of RGB (Red+Green+Blue) = 149+45+173=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #952DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952DAD is #6AD252. Grayscale: #5A5A5A. Windows color (decimal): -7000659 or 11349397. OLE color: 11349397.
HSL color Cylindrical-coordinate representation of color #952DAD: hue angle of 288.75º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952DAD is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 45 | 173 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.32 |
| HSL | 288.75º | 0.59% | 0.43% | - |
| HSV(B) | 288.75º | 0.74% | 0.68% | - |
| XYZ | 20.88 | 11.28 | 40.61 | - |
| YUV | 90.69 | 174.46 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 173 | 0.14 | 0.74 | 0 | 0.32 | 288.75 | 0.59 | 0.43 |
| Hex | 95 | 2D | AD | E | 4A | 0 | 20 | 121 | 3B | 2B |
| Octal | 225 | 55 | 255 | 16 | 112 | 0 | 40 | 441 | 73 | 53 |
| Binary | 10010101 | 101101 | 10101101 | 1110 | 1001010 | 0 | 100000 | 100100001 | 111011 | 101011 |
Color Harmonies of #952DAD
Complementary color
Monochromatic Colors of #952DAD
Black with #952DAD
Text Example
Text Example
White with #952DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952DAD; }
p { color: rgb(149,45,173); }
H1.HeaderClassName
{
color: #952DAD;
}
.AnyTagClassName
{
color: #952DAD;
}
</style>
background-color css
<style>
a { background-color: #952DAD; }
a { background-color: rgb(149,45,173); }
div.DivClassName
{
background-color: #952DAD;
}
.BgClassName
{
background-color: #952DAD;
}
</style>
border-color css
<style>
span { border-color: #952DAD; }
span { border-color: rgb(149,45,173); }
td.TdClassName
{
border-color: #952DAD;
}
.TagClassName
{
border-color: #952DAD;
}
</style>