Shades of Dark Purple #952C7B
Tints of Dark Purple #952C7B
RGB
CMYK
RGB Variations
Color information
#952C7B (or 0x952C7B) is known color: Dark Purple. HEX triplet: 95, 2C and 7B. RGB value is (149,44,123). Sum of RGB (Red+Green+Blue) = 149+44+123=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #952C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952C7B is #6AD384. Grayscale: #545454. Windows color (decimal): -7000965 or 8072341. OLE color: 8072341.
HSL color Cylindrical-coordinate representation of color #952C7B: hue angle of 314.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 #952C7B is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 44 | 123 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.42 |
| HSL | 314.86º | 0.54% | 0.38% | - |
| HSV(B) | 314.86º | 0.7% | 0.58% | - |
| XYZ | 16.87 | 9.62 | 19.71 | - |
| YUV | 84.4 | 149.79 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 123 | 0 | 0.70 | 0.17 | 0.42 | 314.86 | 0.54 | 0.38 |
| Hex | 95 | 2C | 7B | 0 | 46 | 11 | 2A | 13B | 36 | 26 |
| Octal | 225 | 54 | 173 | 0 | 106 | 21 | 52 | 473 | 66 | 46 |
| Binary | 10010101 | 101100 | 1111011 | 0 | 1000110 | 10001 | 101010 | 100111011 | 110110 | 100110 |
Color Harmonies of #952C7B
Complementary color
Monochromatic Colors of #952C7B
Black with #952C7B
Text Example
Text Example
White with #952C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C7B; }
p { color: rgb(149,44,123); }
H1.HeaderClassName
{
color: #952C7B;
}
.AnyTagClassName
{
color: #952C7B;
}
</style>
background-color css
<style>
a { background-color: #952C7B; }
a { background-color: rgb(149,44,123); }
div.DivClassName
{
background-color: #952C7B;
}
.BgClassName
{
background-color: #952C7B;
}
</style>
border-color css
<style>
span { border-color: #952C7B; }
span { border-color: rgb(149,44,123); }
td.TdClassName
{
border-color: #952C7B;
}
.TagClassName
{
border-color: #952C7B;
}
</style>