Shades of Dark Purple #952589
Tints of Dark Purple #952589
RGB
CMYK
RGB Variations
Color information
#952589 (or 0x952589) is known color: Dark Purple. HEX triplet: 95, 25 and 89. RGB value is (149,37,137). Sum of RGB (Red+Green+Blue) = 149+37+137=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #952589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952589 is #6ADA76. Grayscale: #515151. Windows color (decimal): -7002743 or 8988053. OLE color: 8988053.
HSL color Cylindrical-coordinate representation of color #952589: hue angle of 306.43º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952589 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 37 | 137 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.42 |
| HSL | 306.43º | 0.6% | 0.36% | - |
| HSV(B) | 306.43º | 0.75% | 0.58% | - |
| XYZ | 17.57 | 9.52 | 24.58 | - |
| YUV | 81.89 | 159.11 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 137 | 0 | 0.75 | 0.08 | 0.42 | 306.43 | 0.6 | 0.36 |
| Hex | 95 | 25 | 89 | 0 | 4B | 8 | 2A | 132 | 3C | 24 |
| Octal | 225 | 45 | 211 | 0 | 113 | 10 | 52 | 462 | 74 | 44 |
| Binary | 10010101 | 100101 | 10001001 | 0 | 1001011 | 1000 | 101010 | 100110010 | 111100 | 100100 |
Color Harmonies of #952589
Complementary color
Monochromatic Colors of #952589
Black with #952589
Text Example
Text Example
White with #952589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952589; }
p { color: rgb(149,37,137); }
H1.HeaderClassName
{
color: #952589;
}
.AnyTagClassName
{
color: #952589;
}
</style>
background-color css
<style>
a { background-color: #952589; }
a { background-color: rgb(149,37,137); }
div.DivClassName
{
background-color: #952589;
}
.BgClassName
{
background-color: #952589;
}
</style>
border-color css
<style>
span { border-color: #952589; }
span { border-color: rgb(149,37,137); }
td.TdClassName
{
border-color: #952589;
}
.TagClassName
{
border-color: #952589;
}
</style>