Shades of Dark Purple #952D75
Tints of Dark Purple #952D75
RGB
CMYK
RGB Variations
Color information
#952D75 (or 0x952D75) is known color: Dark Purple. HEX triplet: 95, 2D and 75. RGB value is (149,45,117). Sum of RGB (Red+Green+Blue) = 149+45+117=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #952D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952D75 is #6AD28A. Grayscale: #545454. Windows color (decimal): -7000715 or 7679381. OLE color: 7679381.
HSL color Cylindrical-coordinate representation of color #952D75: hue angle of 318.46º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952D75 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 45 | 117 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.42 |
| HSL | 318.46º | 0.54% | 0.38% | - |
| HSV(B) | 318.46º | 0.7% | 0.58% | - |
| XYZ | 16.54 | 9.55 | 17.8 | - |
| YUV | 84.3 | 146.46 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 117 | 0 | 0.70 | 0.21 | 0.42 | 318.46 | 0.54 | 0.38 |
| Hex | 95 | 2D | 75 | 0 | 46 | 15 | 2A | 13E | 36 | 26 |
| Octal | 225 | 55 | 165 | 0 | 106 | 25 | 52 | 476 | 66 | 46 |
| Binary | 10010101 | 101101 | 1110101 | 0 | 1000110 | 10101 | 101010 | 100111110 | 110110 | 100110 |
Color Harmonies of #952D75
Complementary color
Monochromatic Colors of #952D75
Black with #952D75
Text Example
Text Example
White with #952D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952D75; }
p { color: rgb(149,45,117); }
H1.HeaderClassName
{
color: #952D75;
}
.AnyTagClassName
{
color: #952D75;
}
</style>
background-color css
<style>
a { background-color: #952D75; }
a { background-color: rgb(149,45,117); }
div.DivClassName
{
background-color: #952D75;
}
.BgClassName
{
background-color: #952D75;
}
</style>
border-color css
<style>
span { border-color: #952D75; }
span { border-color: rgb(149,45,117); }
td.TdClassName
{
border-color: #952D75;
}
.TagClassName
{
border-color: #952D75;
}
</style>