Shades of Dark Purple #953888
Tints of Dark Purple #953888
RGB
CMYK
RGB Variations
Color information
#953888 (or 0x953888) is known color: Dark Purple. HEX triplet: 95, 38 and 88. RGB value is (149,56,136). Sum of RGB (Red+Green+Blue) = 149+56+136=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #953888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953888 is #6AC777. Grayscale: #5C5C5C. Windows color (decimal): -6997880 or 8927381. OLE color: 8927381.
HSL color Cylindrical-coordinate representation of color #953888: hue angle of 308.39º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #953888 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 56 | 136 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.42 |
| HSL | 308.39º | 0.45% | 0.4% | - |
| HSV(B) | 308.39º | 0.62% | 0.58% | - |
| XYZ | 18.25 | 11 | 24.45 | - |
| YUV | 92.93 | 152.31 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 56 | 136 | 0 | 0.62 | 0.09 | 0.42 | 308.39 | 0.45 | 0.4 |
| Hex | 95 | 38 | 88 | 0 | 3E | 9 | 2A | 134 | 2D | 28 |
| Octal | 225 | 70 | 210 | 0 | 76 | 11 | 52 | 464 | 55 | 50 |
| Binary | 10010101 | 111000 | 10001000 | 0 | 111110 | 1001 | 101010 | 100110100 | 101101 | 101000 |
Color Harmonies of #953888
Complementary color
Monochromatic Colors of #953888
Black with #953888
Text Example
Text Example
White with #953888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953888; }
p { color: rgb(149,56,136); }
H1.HeaderClassName
{
color: #953888;
}
.AnyTagClassName
{
color: #953888;
}
</style>
background-color css
<style>
a { background-color: #953888; }
a { background-color: rgb(149,56,136); }
div.DivClassName
{
background-color: #953888;
}
.BgClassName
{
background-color: #953888;
}
</style>
border-color css
<style>
span { border-color: #953888; }
span { border-color: rgb(149,56,136); }
td.TdClassName
{
border-color: #953888;
}
.TagClassName
{
border-color: #953888;
}
</style>