Shades of Dark Orchid #952AAE
Tints of Dark Orchid #952AAE
RGB
CMYK
RGB Variations
Color information
#952AAE (or 0x952AAE) is known color: Dark Orchid. HEX triplet: 95, 2A and AE. RGB value is (149,42,174). Sum of RGB (Red+Green+Blue) = 149+42+174=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #952AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952AAE is #6AD551. Grayscale: #585858. Windows color (decimal): -7001426 or 11414165. OLE color: 11414165.
HSL color Cylindrical-coordinate representation of color #952AAE: hue angle of 288.64º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952AAE is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 42 | 174 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.32 |
| HSL | 288.64º | 0.61% | 0.42% | - |
| HSV(B) | 288.64º | 0.76% | 0.68% | - |
| XYZ | 20.86 | 11.1 | 41.09 | - |
| YUV | 89.04 | 175.95 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 174 | 0.14 | 0.76 | 0 | 0.32 | 288.64 | 0.61 | 0.42 |
| Hex | 95 | 2A | AE | E | 4C | 0 | 20 | 121 | 3D | 2A |
| Octal | 225 | 52 | 256 | 16 | 114 | 0 | 40 | 441 | 75 | 52 |
| Binary | 10010101 | 101010 | 10101110 | 1110 | 1001100 | 0 | 100000 | 100100001 | 111101 | 101010 |
Color Harmonies of #952AAE
Complementary color
Monochromatic Colors of #952AAE
Black with #952AAE
Text Example
Text Example
White with #952AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952AAE; }
p { color: rgb(149,42,174); }
H1.HeaderClassName
{
color: #952AAE;
}
.AnyTagClassName
{
color: #952AAE;
}
</style>
background-color css
<style>
a { background-color: #952AAE; }
a { background-color: rgb(149,42,174); }
div.DivClassName
{
background-color: #952AAE;
}
.BgClassName
{
background-color: #952AAE;
}
</style>
border-color css
<style>
span { border-color: #952AAE; }
span { border-color: rgb(149,42,174); }
td.TdClassName
{
border-color: #952AAE;
}
.TagClassName
{
border-color: #952AAE;
}
</style>