Shades of Dark Purple #952E89
Tints of Dark Purple #952E89
RGB
CMYK
RGB Variations
Color information
#952E89 (or 0x952E89) is known color: Dark Purple. HEX triplet: 95, 2E and 89. RGB value is (149,46,137). Sum of RGB (Red+Green+Blue) = 149+46+137=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #952E89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952E89 is #6AD176. Grayscale: #565656. Windows color (decimal): -7000439 or 8990357. OLE color: 8990357.
HSL color Cylindrical-coordinate representation of color #952E89: hue angle of 306.99º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #952E89 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 46 | 137 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.42 |
| HSL | 306.99º | 0.53% | 0.38% | - |
| HSV(B) | 306.99º | 0.69% | 0.58% | - |
| XYZ | 17.89 | 10.15 | 24.68 | - |
| YUV | 87.17 | 156.12 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 137 | 0 | 0.69 | 0.08 | 0.42 | 306.99 | 0.53 | 0.38 |
| Hex | 95 | 2E | 89 | 0 | 45 | 8 | 2A | 133 | 35 | 26 |
| Octal | 225 | 56 | 211 | 0 | 105 | 10 | 52 | 463 | 65 | 46 |
| Binary | 10010101 | 101110 | 10001001 | 0 | 1000101 | 1000 | 101010 | 100110011 | 110101 | 100110 |
Color Harmonies of #952E89
Complementary color
Monochromatic Colors of #952E89
Black with #952E89
Text Example
Text Example
White with #952E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E89; }
p { color: rgb(149,46,137); }
H1.HeaderClassName
{
color: #952E89;
}
.AnyTagClassName
{
color: #952E89;
}
</style>
background-color css
<style>
a { background-color: #952E89; }
a { background-color: rgb(149,46,137); }
div.DivClassName
{
background-color: #952E89;
}
.BgClassName
{
background-color: #952E89;
}
</style>
border-color css
<style>
span { border-color: #952E89; }
span { border-color: rgb(149,46,137); }
td.TdClassName
{
border-color: #952E89;
}
.TagClassName
{
border-color: #952E89;
}
</style>