Shades of Dark Purple #952175
Tints of Dark Purple #952175
RGB
CMYK
RGB Variations
Color information
#952175 (or 0x952175) is known color: Dark Purple. HEX triplet: 95, 21 and 75. RGB value is (149,33,117). Sum of RGB (Red+Green+Blue) = 149+33+117=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #952175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952175 is #6ADE8A. Grayscale: #4D4D4D. Windows color (decimal): -7003787 or 7676309. OLE color: 7676309.
HSL color Cylindrical-coordinate representation of color #952175: hue angle of 316.55º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952175 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 33 | 117 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.42 |
| HSL | 316.55º | 0.64% | 0.36% | - |
| HSV(B) | 316.55º | 0.78% | 0.58% | - |
| XYZ | 16.15 | 8.76 | 17.67 | - |
| YUV | 77.26 | 150.43 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 117 | 0 | 0.78 | 0.21 | 0.42 | 316.55 | 0.64 | 0.36 |
| Hex | 95 | 21 | 75 | 0 | 4E | 15 | 2A | 13D | 40 | 24 |
| Octal | 225 | 41 | 165 | 0 | 116 | 25 | 52 | 475 | 100 | 44 |
| Binary | 10010101 | 100001 | 1110101 | 0 | 1001110 | 10101 | 101010 | 100111101 | 1000000 | 100100 |
Color Harmonies of #952175
Complementary color
Monochromatic Colors of #952175
Black with #952175
Text Example
Text Example
White with #952175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952175; }
p { color: rgb(149,33,117); }
H1.HeaderClassName
{
color: #952175;
}
.AnyTagClassName
{
color: #952175;
}
</style>
background-color css
<style>
a { background-color: #952175; }
a { background-color: rgb(149,33,117); }
div.DivClassName
{
background-color: #952175;
}
.BgClassName
{
background-color: #952175;
}
</style>
border-color css
<style>
span { border-color: #952175; }
span { border-color: rgb(149,33,117); }
td.TdClassName
{
border-color: #952175;
}
.TagClassName
{
border-color: #952175;
}
</style>