Shades of Dark Purple #952886
Tints of Dark Purple #952886
RGB
CMYK
RGB Variations
Color information
#952886 (or 0x952886) is known color: Dark Purple. HEX triplet: 95, 28 and 86. RGB value is (149,40,134). Sum of RGB (Red+Green+Blue) = 149+40+134=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #952886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952886 is #6AD779. Grayscale: #535353. Windows color (decimal): -7001978 or 8792213. OLE color: 8792213.
HSL color Cylindrical-coordinate representation of color #952886: hue angle of 308.26º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #952886 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 40 | 134 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.42 |
| HSL | 308.26º | 0.58% | 0.37% | - |
| HSV(B) | 308.26º | 0.73% | 0.58% | - |
| XYZ | 17.46 | 9.63 | 23.49 | - |
| YUV | 83.31 | 156.61 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 134 | 0 | 0.73 | 0.10 | 0.42 | 308.26 | 0.58 | 0.37 |
| Hex | 95 | 28 | 86 | 0 | 49 | A | 2A | 134 | 3A | 25 |
| Octal | 225 | 50 | 206 | 0 | 111 | 12 | 52 | 464 | 72 | 45 |
| Binary | 10010101 | 101000 | 10000110 | 0 | 1001001 | 1010 | 101010 | 100110100 | 111010 | 100101 |
Color Harmonies of #952886
Complementary color
Monochromatic Colors of #952886
Black with #952886
Text Example
Text Example
White with #952886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952886; }
p { color: rgb(149,40,134); }
H1.HeaderClassName
{
color: #952886;
}
.AnyTagClassName
{
color: #952886;
}
</style>
background-color css
<style>
a { background-color: #952886; }
a { background-color: rgb(149,40,134); }
div.DivClassName
{
background-color: #952886;
}
.BgClassName
{
background-color: #952886;
}
</style>
border-color css
<style>
span { border-color: #952886; }
span { border-color: rgb(149,40,134); }
td.TdClassName
{
border-color: #952886;
}
.TagClassName
{
border-color: #952886;
}
</style>