Shades of Dark Purple #952E7E
Tints of Dark Purple #952E7E
RGB
CMYK
RGB Variations
Color information
#952E7E (or 0x952E7E) is known color: Dark Purple. HEX triplet: 95, 2E and 7E. RGB value is (149,46,126). Sum of RGB (Red+Green+Blue) = 149+46+126=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #952E7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952E7E is #6AD181. Grayscale: #555555. Windows color (decimal): -7000450 or 8269461. OLE color: 8269461.
HSL color Cylindrical-coordinate representation of color #952E7E: hue angle of 313.4º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #952E7E is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 46 | 126 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.42 |
| HSL | 313.4º | 0.53% | 0.38% | - |
| HSV(B) | 313.4º | 0.69% | 0.58% | - |
| XYZ | 17.14 | 9.85 | 20.74 | - |
| YUV | 85.92 | 150.62 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 126 | 0 | 0.69 | 0.15 | 0.42 | 313.4 | 0.53 | 0.38 |
| Hex | 95 | 2E | 7E | 0 | 45 | F | 2A | 139 | 35 | 26 |
| Octal | 225 | 56 | 176 | 0 | 105 | 17 | 52 | 471 | 65 | 46 |
| Binary | 10010101 | 101110 | 1111110 | 0 | 1000101 | 1111 | 101010 | 100111001 | 110101 | 100110 |
Color Harmonies of #952E7E
Complementary color
Monochromatic Colors of #952E7E
Black with #952E7E
Text Example
Text Example
White with #952E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E7E; }
p { color: rgb(149,46,126); }
H1.HeaderClassName
{
color: #952E7E;
}
.AnyTagClassName
{
color: #952E7E;
}
</style>
background-color css
<style>
a { background-color: #952E7E; }
a { background-color: rgb(149,46,126); }
div.DivClassName
{
background-color: #952E7E;
}
.BgClassName
{
background-color: #952E7E;
}
</style>
border-color css
<style>
span { border-color: #952E7E; }
span { border-color: rgb(149,46,126); }
td.TdClassName
{
border-color: #952E7E;
}
.TagClassName
{
border-color: #952E7E;
}
</style>