Shades of Dark Purple #952882
Tints of Dark Purple #952882
RGB
CMYK
RGB Variations
Color information
#952882 (or 0x952882) is known color: Dark Purple. HEX triplet: 95, 28 and 82. RGB value is (149,40,130). Sum of RGB (Red+Green+Blue) = 149+40+130=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #952882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952882 is #6AD77D. Grayscale: #525252. Windows color (decimal): -7001982 or 8530069. OLE color: 8530069.
HSL color Cylindrical-coordinate representation of color #952882: hue angle of 310.46º 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 #952882 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 40 | 130 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.42 |
| HSL | 310.46º | 0.58% | 0.37% | - |
| HSV(B) | 310.46º | 0.73% | 0.58% | - |
| XYZ | 17.18 | 9.52 | 22.05 | - |
| YUV | 82.85 | 154.61 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 130 | 0 | 0.73 | 0.13 | 0.42 | 310.46 | 0.58 | 0.37 |
| Hex | 95 | 28 | 82 | 0 | 49 | D | 2A | 136 | 3A | 25 |
| Octal | 225 | 50 | 202 | 0 | 111 | 15 | 52 | 466 | 72 | 45 |
| Binary | 10010101 | 101000 | 10000010 | 0 | 1001001 | 1101 | 101010 | 100110110 | 111010 | 100101 |
Color Harmonies of #952882
Complementary color
Monochromatic Colors of #952882
Black with #952882
Text Example
Text Example
White with #952882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952882; }
p { color: rgb(149,40,130); }
H1.HeaderClassName
{
color: #952882;
}
.AnyTagClassName
{
color: #952882;
}
</style>
background-color css
<style>
a { background-color: #952882; }
a { background-color: rgb(149,40,130); }
div.DivClassName
{
background-color: #952882;
}
.BgClassName
{
background-color: #952882;
}
</style>
border-color css
<style>
span { border-color: #952882; }
span { border-color: rgb(149,40,130); }
td.TdClassName
{
border-color: #952882;
}
.TagClassName
{
border-color: #952882;
}
</style>