Shades of Dark Purple #953288
Tints of Dark Purple #953288
RGB
CMYK
RGB Variations
Color information
#953288 (or 0x953288) is known color: Dark Purple. HEX triplet: 95, 32 and 88. RGB value is (149,50,136). Sum of RGB (Red+Green+Blue) = 149+50+136=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #953288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953288 is #6ACD77. Grayscale: #595959. Windows color (decimal): -6999416 or 8925845. OLE color: 8925845.
HSL color Cylindrical-coordinate representation of color #953288: hue angle of 307.88º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953288 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 50 | 136 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.42 |
| HSL | 307.88º | 0.5% | 0.39% | - |
| HSV(B) | 307.88º | 0.66% | 0.58% | - |
| XYZ | 17.98 | 10.45 | 24.36 | - |
| YUV | 89.41 | 154.3 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 136 | 0 | 0.66 | 0.09 | 0.42 | 307.88 | 0.5 | 0.39 |
| Hex | 95 | 32 | 88 | 0 | 42 | 9 | 2A | 134 | 32 | 27 |
| Octal | 225 | 62 | 210 | 0 | 102 | 11 | 52 | 464 | 62 | 47 |
| Binary | 10010101 | 110010 | 10001000 | 0 | 1000010 | 1001 | 101010 | 100110100 | 110010 | 100111 |
Color Harmonies of #953288
Complementary color
Monochromatic Colors of #953288
Black with #953288
Text Example
Text Example
White with #953288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953288; }
p { color: rgb(149,50,136); }
H1.HeaderClassName
{
color: #953288;
}
.AnyTagClassName
{
color: #953288;
}
</style>
background-color css
<style>
a { background-color: #953288; }
a { background-color: rgb(149,50,136); }
div.DivClassName
{
background-color: #953288;
}
.BgClassName
{
background-color: #953288;
}
</style>
border-color css
<style>
span { border-color: #953288; }
span { border-color: rgb(149,50,136); }
td.TdClassName
{
border-color: #953288;
}
.TagClassName
{
border-color: #953288;
}
</style>