Shades of Dark Purple #953C88
Tints of Dark Purple #953C88
RGB
CMYK
RGB Variations
Color information
#953C88 (or 0x953C88) is known color: Dark Purple. HEX triplet: 95, 3C and 88. RGB value is (149,60,136). Sum of RGB (Red+Green+Blue) = 149+60+136=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #953C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953C88 is #6AC377. Grayscale: #5F5F5F. Windows color (decimal): -6996856 or 8928405. OLE color: 8928405.
HSL color Cylindrical-coordinate representation of color #953C88: hue angle of 308.76º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #953C88 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 60 | 136 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.42 |
| HSL | 308.76º | 0.43% | 0.41% | - |
| HSV(B) | 308.76º | 0.6% | 0.58% | - |
| XYZ | 18.45 | 11.4 | 24.52 | - |
| YUV | 95.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 136 | 0 | 0.60 | 0.09 | 0.42 | 308.76 | 0.43 | 0.41 |
| Hex | 95 | 3C | 88 | 0 | 3C | 9 | 2A | 135 | 2B | 29 |
| Octal | 225 | 74 | 210 | 0 | 74 | 11 | 52 | 465 | 53 | 51 |
| Binary | 10010101 | 111100 | 10001000 | 0 | 111100 | 1001 | 101010 | 100110101 | 101011 | 101001 |
Color Harmonies of #953C88
Complementary color
Monochromatic Colors of #953C88
Black with #953C88
Text Example
Text Example
White with #953C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953C88; }
p { color: rgb(149,60,136); }
H1.HeaderClassName
{
color: #953C88;
}
.AnyTagClassName
{
color: #953C88;
}
</style>
background-color css
<style>
a { background-color: #953C88; }
a { background-color: rgb(149,60,136); }
div.DivClassName
{
background-color: #953C88;
}
.BgClassName
{
background-color: #953C88;
}
</style>
border-color css
<style>
span { border-color: #953C88; }
span { border-color: rgb(149,60,136); }
td.TdClassName
{
border-color: #953C88;
}
.TagClassName
{
border-color: #953C88;
}
</style>