Shades of Dark Orchid #952BAD
Tints of Dark Orchid #952BAD
RGB
CMYK
RGB Variations
Color information
#952BAD (or 0x952BAD) is known color: Dark Orchid. HEX triplet: 95, 2B and AD. RGB value is (149,43,173). Sum of RGB (Red+Green+Blue) = 149+43+173=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #952BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952BAD is #6AD452. Grayscale: #595959. Windows color (decimal): -7001171 or 11348885. OLE color: 11348885.
HSL color Cylindrical-coordinate representation of color #952BAD: hue angle of 288.92º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952BAD is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 43 | 173 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.32 |
| HSL | 288.92º | 0.6% | 0.42% | - |
| HSV(B) | 288.92º | 0.75% | 0.68% | - |
| XYZ | 20.8 | 11.13 | 40.59 | - |
| YUV | 89.51 | 175.12 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 173 | 0.14 | 0.75 | 0 | 0.32 | 288.92 | 0.6 | 0.42 |
| Hex | 95 | 2B | AD | E | 4B | 0 | 20 | 121 | 3C | 2A |
| Octal | 225 | 53 | 255 | 16 | 113 | 0 | 40 | 441 | 74 | 52 |
| Binary | 10010101 | 101011 | 10101101 | 1110 | 1001011 | 0 | 100000 | 100100001 | 111100 | 101010 |
Color Harmonies of #952BAD
Complementary color
Monochromatic Colors of #952BAD
Black with #952BAD
Text Example
Text Example
White with #952BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952BAD; }
p { color: rgb(149,43,173); }
H1.HeaderClassName
{
color: #952BAD;
}
.AnyTagClassName
{
color: #952BAD;
}
</style>
background-color css
<style>
a { background-color: #952BAD; }
a { background-color: rgb(149,43,173); }
div.DivClassName
{
background-color: #952BAD;
}
.BgClassName
{
background-color: #952BAD;
}
</style>
border-color css
<style>
span { border-color: #952BAD; }
span { border-color: rgb(149,43,173); }
td.TdClassName
{
border-color: #952BAD;
}
.TagClassName
{
border-color: #952BAD;
}
</style>