Shades of Dark Purple #952075
Tints of Dark Purple #952075
RGB
CMYK
RGB Variations
Color information
#952075 (or 0x952075) is known color: Dark Purple. HEX triplet: 95, 20 and 75. RGB value is (149,32,117). Sum of RGB (Red+Green+Blue) = 149+32+117=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #952075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952075 is #6ADF8A. Grayscale: #4C4C4C. Windows color (decimal): -7004043 or 7676053. OLE color: 7676053.
HSL color Cylindrical-coordinate representation of color #952075: hue angle of 316.41º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952075 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 32 | 117 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.42 |
| HSL | 316.41º | 0.65% | 0.35% | - |
| HSV(B) | 316.41º | 0.79% | 0.58% | - |
| XYZ | 16.12 | 8.71 | 17.66 | - |
| YUV | 76.67 | 150.76 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 117 | 0 | 0.79 | 0.21 | 0.42 | 316.41 | 0.65 | 0.35 |
| Hex | 95 | 20 | 75 | 0 | 4F | 15 | 2A | 13C | 41 | 23 |
| Octal | 225 | 40 | 165 | 0 | 117 | 25 | 52 | 474 | 101 | 43 |
| Binary | 10010101 | 100000 | 1110101 | 0 | 1001111 | 10101 | 101010 | 100111100 | 1000001 | 100011 |
Color Harmonies of #952075
Complementary color
Monochromatic Colors of #952075
Black with #952075
Text Example
Text Example
White with #952075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952075; }
p { color: rgb(149,32,117); }
H1.HeaderClassName
{
color: #952075;
}
.AnyTagClassName
{
color: #952075;
}
</style>
background-color css
<style>
a { background-color: #952075; }
a { background-color: rgb(149,32,117); }
div.DivClassName
{
background-color: #952075;
}
.BgClassName
{
background-color: #952075;
}
</style>
border-color css
<style>
span { border-color: #952075; }
span { border-color: rgb(149,32,117); }
td.TdClassName
{
border-color: #952075;
}
.TagClassName
{
border-color: #952075;
}
</style>