Shades of Dark Purple #953175
Tints of Dark Purple #953175
RGB
CMYK
RGB Variations
Color information
#953175 (or 0x953175) is known color: Dark Purple. HEX triplet: 95, 31 and 75. RGB value is (149,49,117). Sum of RGB (Red+Green+Blue) = 149+49+117=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #953175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953175 is #6ACE8A. Grayscale: #565656. Windows color (decimal): -6999691 or 7680405. OLE color: 7680405.
HSL color Cylindrical-coordinate representation of color #953175: hue angle of 319.2º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #953175 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 49 | 117 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.42 |
| HSL | 319.2º | 0.51% | 0.39% | - |
| HSV(B) | 319.2º | 0.67% | 0.58% | - |
| XYZ | 16.7 | 9.87 | 17.85 | - |
| YUV | 86.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 49 | 117 | 0 | 0.67 | 0.21 | 0.42 | 319.2 | 0.51 | 0.39 |
| Hex | 95 | 31 | 75 | 0 | 43 | 15 | 2A | 13F | 33 | 27 |
| Octal | 225 | 61 | 165 | 0 | 103 | 25 | 52 | 477 | 63 | 47 |
| Binary | 10010101 | 110001 | 1110101 | 0 | 1000011 | 10101 | 101010 | 100111111 | 110011 | 100111 |
Color Harmonies of #953175
Complementary color
Monochromatic Colors of #953175
Black with #953175
Text Example
Text Example
White with #953175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953175; }
p { color: rgb(149,49,117); }
H1.HeaderClassName
{
color: #953175;
}
.AnyTagClassName
{
color: #953175;
}
</style>
background-color css
<style>
a { background-color: #953175; }
a { background-color: rgb(149,49,117); }
div.DivClassName
{
background-color: #953175;
}
.BgClassName
{
background-color: #953175;
}
</style>
border-color css
<style>
span { border-color: #953175; }
span { border-color: rgb(149,49,117); }
td.TdClassName
{
border-color: #953175;
}
.TagClassName
{
border-color: #953175;
}
</style>