Shades of Dark Purple #952C74
Tints of Dark Purple #952C74
RGB
CMYK
RGB Variations
Color information
#952C74 (or 0x952C74) is known color: Dark Purple. HEX triplet: 95, 2C and 74. RGB value is (149,44,116). Sum of RGB (Red+Green+Blue) = 149+44+116=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #952C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952C74 is #6AD38B. Grayscale: #535353. Windows color (decimal): -7000972 or 7613589. OLE color: 7613589.
HSL color Cylindrical-coordinate representation of color #952C74: hue angle of 318.86º 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 #952C74 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 44 | 116 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.42 |
| HSL | 318.86º | 0.54% | 0.38% | - |
| HSV(B) | 318.86º | 0.7% | 0.58% | - |
| XYZ | 16.45 | 9.45 | 17.48 | - |
| YUV | 83.6 | 146.29 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 116 | 0 | 0.70 | 0.22 | 0.42 | 318.86 | 0.54 | 0.38 |
| Hex | 95 | 2C | 74 | 0 | 46 | 16 | 2A | 13F | 36 | 26 |
| Octal | 225 | 54 | 164 | 0 | 106 | 26 | 52 | 477 | 66 | 46 |
| Binary | 10010101 | 101100 | 1110100 | 0 | 1000110 | 10110 | 101010 | 100111111 | 110110 | 100110 |
Color Harmonies of #952C74
Complementary color
Monochromatic Colors of #952C74
Black with #952C74
Text Example
Text Example
White with #952C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C74; }
p { color: rgb(149,44,116); }
H1.HeaderClassName
{
color: #952C74;
}
.AnyTagClassName
{
color: #952C74;
}
</style>
background-color css
<style>
a { background-color: #952C74; }
a { background-color: rgb(149,44,116); }
div.DivClassName
{
background-color: #952C74;
}
.BgClassName
{
background-color: #952C74;
}
</style>
border-color css
<style>
span { border-color: #952C74; }
span { border-color: rgb(149,44,116); }
td.TdClassName
{
border-color: #952C74;
}
.TagClassName
{
border-color: #952C74;
}
</style>