Shades of Dark Purple #95357C
Tints of Dark Purple #95357C
RGB
CMYK
RGB Variations
Color information
#95357C (or 0x95357C) is known color: Dark Purple. HEX triplet: 95, 35 and 7C. RGB value is (149,53,124). Sum of RGB (Red+Green+Blue) = 149+53+124=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #95357C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95357C is #6ACA83. Grayscale: #595959. Windows color (decimal): -6998660 or 8140181. OLE color: 8140181.
HSL color Cylindrical-coordinate representation of color #95357C: hue angle of 315.62º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95357C is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 53 | 124 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.42 |
| HSL | 315.63º | 0.48% | 0.4% | - |
| HSV(B) | 315.63º | 0.64% | 0.58% | - |
| XYZ | 17.31 | 10.39 | 20.16 | - |
| YUV | 89.8 | 147.3 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 124 | 0 | 0.64 | 0.17 | 0.42 | 315.63 | 0.48 | 0.4 |
| Hex | 95 | 35 | 7C | 0 | 40 | 11 | 2A | 13C | 30 | 28 |
| Octal | 225 | 65 | 174 | 0 | 100 | 21 | 52 | 474 | 60 | 50 |
| Binary | 10010101 | 110101 | 1111100 | 0 | 1000000 | 10001 | 101010 | 100111100 | 110000 | 101000 |
Color Harmonies of #95357C
Complementary color
Monochromatic Colors of #95357C
Black with #95357C
Text Example
Text Example
White with #95357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95357C; }
p { color: rgb(149,53,124); }
H1.HeaderClassName
{
color: #95357C;
}
.AnyTagClassName
{
color: #95357C;
}
</style>
background-color css
<style>
a { background-color: #95357C; }
a { background-color: rgb(149,53,124); }
div.DivClassName
{
background-color: #95357C;
}
.BgClassName
{
background-color: #95357C;
}
</style>
border-color css
<style>
span { border-color: #95357C; }
span { border-color: rgb(149,53,124); }
td.TdClassName
{
border-color: #95357C;
}
.TagClassName
{
border-color: #95357C;
}
</style>