Shades of Dark Purple #952C80
Tints of Dark Purple #952C80
RGB
CMYK
RGB Variations
Color information
#952C80 (or 0x952C80) is known color: Dark Purple. HEX triplet: 95, 2C and 80. RGB value is (149,44,128). Sum of RGB (Red+Green+Blue) = 149+44+128=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #952C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952C80 is #6AD37F. Grayscale: #545454. Windows color (decimal): -7000960 or 8400021. OLE color: 8400021.
HSL color Cylindrical-coordinate representation of color #952C80: hue angle of 312º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952C80 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 44 | 128 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.42 |
| HSL | 312º | 0.54% | 0.38% | - |
| HSV(B) | 312º | 0.7% | 0.58% | - |
| XYZ | 17.19 | 9.75 | 21.4 | - |
| YUV | 84.97 | 152.29 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 128 | 0 | 0.70 | 0.14 | 0.42 | 312 | 0.54 | 0.38 |
| Hex | 95 | 2C | 80 | 0 | 46 | E | 2A | 138 | 36 | 26 |
| Octal | 225 | 54 | 200 | 0 | 106 | 16 | 52 | 470 | 66 | 46 |
| Binary | 10010101 | 101100 | 10000000 | 0 | 1000110 | 1110 | 101010 | 100111000 | 110110 | 100110 |
Color Harmonies of #952C80
Complementary color
Monochromatic Colors of #952C80
Black with #952C80
Text Example
Text Example
White with #952C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C80; }
p { color: rgb(149,44,128); }
H1.HeaderClassName
{
color: #952C80;
}
.AnyTagClassName
{
color: #952C80;
}
</style>
background-color css
<style>
a { background-color: #952C80; }
a { background-color: rgb(149,44,128); }
div.DivClassName
{
background-color: #952C80;
}
.BgClassName
{
background-color: #952C80;
}
</style>
border-color css
<style>
span { border-color: #952C80; }
span { border-color: rgb(149,44,128); }
td.TdClassName
{
border-color: #952C80;
}
.TagClassName
{
border-color: #952C80;
}
</style>