Shades of Dark Purple #952884
Tints of Dark Purple #952884
RGB
CMYK
RGB Variations
Color information
#952884 (or 0x952884) is known color: Dark Purple. HEX triplet: 95, 28 and 84. RGB value is (149,40,132). Sum of RGB (Red+Green+Blue) = 149+40+132=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #952884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952884 is #6AD77B. Grayscale: #525252. Windows color (decimal): -7001980 or 8661141. OLE color: 8661141.
HSL color Cylindrical-coordinate representation of color #952884: hue angle of 309.36º 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 #952884 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 40 | 132 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.42 |
| HSL | 309.36º | 0.58% | 0.37% | - |
| HSV(B) | 309.36º | 0.73% | 0.58% | - |
| XYZ | 17.32 | 9.57 | 22.76 | - |
| YUV | 83.08 | 155.61 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 132 | 0 | 0.73 | 0.11 | 0.42 | 309.36 | 0.58 | 0.37 |
| Hex | 95 | 28 | 84 | 0 | 49 | B | 2A | 135 | 3A | 25 |
| Octal | 225 | 50 | 204 | 0 | 111 | 13 | 52 | 465 | 72 | 45 |
| Binary | 10010101 | 101000 | 10000100 | 0 | 1001001 | 1011 | 101010 | 100110101 | 111010 | 100101 |
Color Harmonies of #952884
Complementary color
Monochromatic Colors of #952884
Black with #952884
Text Example
Text Example
White with #952884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952884; }
p { color: rgb(149,40,132); }
H1.HeaderClassName
{
color: #952884;
}
.AnyTagClassName
{
color: #952884;
}
</style>
background-color css
<style>
a { background-color: #952884; }
a { background-color: rgb(149,40,132); }
div.DivClassName
{
background-color: #952884;
}
.BgClassName
{
background-color: #952884;
}
</style>
border-color css
<style>
span { border-color: #952884; }
span { border-color: rgb(149,40,132); }
td.TdClassName
{
border-color: #952884;
}
.TagClassName
{
border-color: #952884;
}
</style>