Shades of Dark Purple #953188
Tints of Dark Purple #953188
RGB
CMYK
RGB Variations
Color information
#953188 (or 0x953188) is known color: Dark Purple. HEX triplet: 95, 31 and 88. RGB value is (149,49,136). Sum of RGB (Red+Green+Blue) = 149+49+136=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #953188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953188 is #6ACE77. Grayscale: #585858. Windows color (decimal): -6999672 or 8925589. OLE color: 8925589.
HSL color Cylindrical-coordinate representation of color #953188: hue angle of 307.8º 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 #953188 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 49 | 136 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.42 |
| HSL | 307.8º | 0.51% | 0.39% | - |
| HSV(B) | 307.8º | 0.67% | 0.58% | - |
| XYZ | 17.94 | 10.36 | 24.35 | - |
| YUV | 88.82 | 154.63 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 49 | 136 | 0 | 0.67 | 0.09 | 0.42 | 307.8 | 0.51 | 0.39 |
| Hex | 95 | 31 | 88 | 0 | 43 | 9 | 2A | 134 | 33 | 27 |
| Octal | 225 | 61 | 210 | 0 | 103 | 11 | 52 | 464 | 63 | 47 |
| Binary | 10010101 | 110001 | 10001000 | 0 | 1000011 | 1001 | 101010 | 100110100 | 110011 | 100111 |
Color Harmonies of #953188
Complementary color
Monochromatic Colors of #953188
Black with #953188
Text Example
Text Example
White with #953188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953188; }
p { color: rgb(149,49,136); }
H1.HeaderClassName
{
color: #953188;
}
.AnyTagClassName
{
color: #953188;
}
</style>
background-color css
<style>
a { background-color: #953188; }
a { background-color: rgb(149,49,136); }
div.DivClassName
{
background-color: #953188;
}
.BgClassName
{
background-color: #953188;
}
</style>
border-color css
<style>
span { border-color: #953188; }
span { border-color: rgb(149,49,136); }
td.TdClassName
{
border-color: #953188;
}
.TagClassName
{
border-color: #953188;
}
</style>