Shades of Dark Purple #952585
Tints of Dark Purple #952585
RGB
CMYK
RGB Variations
Color information
#952585 (or 0x952585) is known color: Dark Purple. HEX triplet: 95, 25 and 85. RGB value is (149,37,133). Sum of RGB (Red+Green+Blue) = 149+37+133=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #952585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952585 is #6ADA7A. Grayscale: #515151. Windows color (decimal): -7002747 or 8725909. OLE color: 8725909.
HSL color Cylindrical-coordinate representation of color #952585: hue angle of 308.57º 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 #952585 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 37 | 133 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.42 |
| HSL | 308.57º | 0.6% | 0.36% | - |
| HSV(B) | 308.57º | 0.75% | 0.58% | - |
| XYZ | 17.29 | 9.41 | 23.09 | - |
| YUV | 81.43 | 157.11 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 133 | 0 | 0.75 | 0.11 | 0.42 | 308.57 | 0.6 | 0.36 |
| Hex | 95 | 25 | 85 | 0 | 4B | B | 2A | 135 | 3C | 24 |
| Octal | 225 | 45 | 205 | 0 | 113 | 13 | 52 | 465 | 74 | 44 |
| Binary | 10010101 | 100101 | 10000101 | 0 | 1001011 | 1011 | 101010 | 100110101 | 111100 | 100100 |
Color Harmonies of #952585
Complementary color
Monochromatic Colors of #952585
Black with #952585
Text Example
Text Example
White with #952585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952585; }
p { color: rgb(149,37,133); }
H1.HeaderClassName
{
color: #952585;
}
.AnyTagClassName
{
color: #952585;
}
</style>
background-color css
<style>
a { background-color: #952585; }
a { background-color: rgb(149,37,133); }
div.DivClassName
{
background-color: #952585;
}
.BgClassName
{
background-color: #952585;
}
</style>
border-color css
<style>
span { border-color: #952585; }
span { border-color: rgb(149,37,133); }
td.TdClassName
{
border-color: #952585;
}
.TagClassName
{
border-color: #952585;
}
</style>