Shades of Dark Purple #952C6C
Tints of Dark Purple #952C6C
RGB
CMYK
RGB Variations
Color information
#952C6C (or 0x952C6C) is known color: Dark Purple. HEX triplet: 95, 2C and 6C. RGB value is (149,44,108). Sum of RGB (Red+Green+Blue) = 149+44+108=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #952C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952C6C is #6AD393. Grayscale: #525252. Windows color (decimal): -7000980 or 7089301. OLE color: 7089301.
HSL color Cylindrical-coordinate representation of color #952C6C: hue angle of 323.43º 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 #952C6C is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 44 | 108 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.42 |
| HSL | 323.43º | 0.54% | 0.38% | - |
| HSV(B) | 323.43º | 0.7% | 0.58% | - |
| XYZ | 16 | 9.27 | 15.13 | - |
| YUV | 82.69 | 142.29 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 108 | 0 | 0.70 | 0.28 | 0.42 | 323.43 | 0.54 | 0.38 |
| Hex | 95 | 2C | 6C | 0 | 46 | 1C | 2A | 143 | 36 | 26 |
| Octal | 225 | 54 | 154 | 0 | 106 | 34 | 52 | 503 | 66 | 46 |
| Binary | 10010101 | 101100 | 1101100 | 0 | 1000110 | 11100 | 101010 | 101000011 | 110110 | 100110 |
Color Harmonies of #952C6C
Complementary color
Monochromatic Colors of #952C6C
Black with #952C6C
Text Example
Text Example
White with #952C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C6C; }
p { color: rgb(149,44,108); }
H1.HeaderClassName
{
color: #952C6C;
}
.AnyTagClassName
{
color: #952C6C;
}
</style>
background-color css
<style>
a { background-color: #952C6C; }
a { background-color: rgb(149,44,108); }
div.DivClassName
{
background-color: #952C6C;
}
.BgClassName
{
background-color: #952C6C;
}
</style>
border-color css
<style>
span { border-color: #952C6C; }
span { border-color: rgb(149,44,108); }
td.TdClassName
{
border-color: #952C6C;
}
.TagClassName
{
border-color: #952C6C;
}
</style>