Shades of Dark Purple #952584
Tints of Dark Purple #952584
RGB
CMYK
RGB Variations
Color information
#952584 (or 0x952584) is known color: Dark Purple. HEX triplet: 95, 25 and 84. RGB value is (149,37,132). Sum of RGB (Red+Green+Blue) = 149+37+132=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #952584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952584 is #6ADA7B. Grayscale: #515151. Windows color (decimal): -7002748 or 8660373. OLE color: 8660373.
HSL color Cylindrical-coordinate representation of color #952584: hue angle of 309.11º 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 #952584 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 37 | 132 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.42 |
| HSL | 309.11º | 0.6% | 0.36% | - |
| HSV(B) | 309.11º | 0.75% | 0.58% | - |
| XYZ | 17.22 | 9.38 | 22.73 | - |
| YUV | 81.32 | 156.61 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 132 | 0 | 0.75 | 0.11 | 0.42 | 309.11 | 0.6 | 0.36 |
| Hex | 95 | 25 | 84 | 0 | 4B | B | 2A | 135 | 3C | 24 |
| Octal | 225 | 45 | 204 | 0 | 113 | 13 | 52 | 465 | 74 | 44 |
| Binary | 10010101 | 100101 | 10000100 | 0 | 1001011 | 1011 | 101010 | 100110101 | 111100 | 100100 |
Color Harmonies of #952584
Complementary color
Monochromatic Colors of #952584
Black with #952584
Text Example
Text Example
White with #952584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952584; }
p { color: rgb(149,37,132); }
H1.HeaderClassName
{
color: #952584;
}
.AnyTagClassName
{
color: #952584;
}
</style>
background-color css
<style>
a { background-color: #952584; }
a { background-color: rgb(149,37,132); }
div.DivClassName
{
background-color: #952584;
}
.BgClassName
{
background-color: #952584;
}
</style>
border-color css
<style>
span { border-color: #952584; }
span { border-color: rgb(149,37,132); }
td.TdClassName
{
border-color: #952584;
}
.TagClassName
{
border-color: #952584;
}
</style>