Shades of Dark Purple #952E75
Tints of Dark Purple #952E75
RGB
CMYK
RGB Variations
Color information
#952E75 (or 0x952E75) is known color: Dark Purple. HEX triplet: 95, 2E and 75. RGB value is (149,46,117). Sum of RGB (Red+Green+Blue) = 149+46+117=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 46 (18.36% from 255 or 14.74% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #952E75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952E75 is #6AD18A. Grayscale: #545454. Windows color (decimal): -7000459 or 7679637. OLE color: 7679637.
HSL color Cylindrical-coordinate representation of color #952E75: hue angle of 318.64º 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 #952E75 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 46 | 117 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.42 |
| HSL | 318.64º | 0.53% | 0.38% | - |
| HSV(B) | 318.64º | 0.69% | 0.58% | - |
| XYZ | 16.58 | 9.63 | 17.81 | - |
| YUV | 84.89 | 146.12 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 117 | 0 | 0.69 | 0.21 | 0.42 | 318.64 | 0.53 | 0.38 |
| Hex | 95 | 2E | 75 | 0 | 45 | 15 | 2A | 13F | 35 | 26 |
| Octal | 225 | 56 | 165 | 0 | 105 | 25 | 52 | 477 | 65 | 46 |
| Binary | 10010101 | 101110 | 1110101 | 0 | 1000101 | 10101 | 101010 | 100111111 | 110101 | 100110 |
Color Harmonies of #952E75
Complementary color
Monochromatic Colors of #952E75
Black with #952E75
Text Example
Text Example
White with #952E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E75; }
p { color: rgb(149,46,117); }
H1.HeaderClassName
{
color: #952E75;
}
.AnyTagClassName
{
color: #952E75;
}
</style>
background-color css
<style>
a { background-color: #952E75; }
a { background-color: rgb(149,46,117); }
div.DivClassName
{
background-color: #952E75;
}
.BgClassName
{
background-color: #952E75;
}
</style>
border-color css
<style>
span { border-color: #952E75; }
span { border-color: rgb(149,46,117); }
td.TdClassName
{
border-color: #952E75;
}
.TagClassName
{
border-color: #952E75;
}
</style>