Shades of Dark Purple #952C8E
Tints of Dark Purple #952C8E
RGB
CMYK
RGB Variations
Color information
#952C8E (or 0x952C8E) is known color: Dark Purple. HEX triplet: 95, 2C and 8E. RGB value is (149,44,142). Sum of RGB (Red+Green+Blue) = 149+44+142=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #952C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952C8E is #6AD371. Grayscale: #565656. Windows color (decimal): -7000946 or 9317525. OLE color: 9317525.
HSL color Cylindrical-coordinate representation of color #952C8E: hue angle of 304º 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 #952C8E is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 44 | 142 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.42 |
| HSL | 304º | 0.54% | 0.38% | - |
| HSV(B) | 304º | 0.7% | 0.58% | - |
| XYZ | 18.18 | 10.14 | 26.59 | - |
| YUV | 86.57 | 159.29 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 142 | 0 | 0.70 | 0.05 | 0.42 | 304 | 0.54 | 0.38 |
| Hex | 95 | 2C | 8E | 0 | 46 | 5 | 2A | 130 | 36 | 26 |
| Octal | 225 | 54 | 216 | 0 | 106 | 5 | 52 | 460 | 66 | 46 |
| Binary | 10010101 | 101100 | 10001110 | 0 | 1000110 | 101 | 101010 | 100110000 | 110110 | 100110 |
Color Harmonies of #952C8E
Complementary color
Monochromatic Colors of #952C8E
Black with #952C8E
Text Example
Text Example
White with #952C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C8E; }
p { color: rgb(149,44,142); }
H1.HeaderClassName
{
color: #952C8E;
}
.AnyTagClassName
{
color: #952C8E;
}
</style>
background-color css
<style>
a { background-color: #952C8E; }
a { background-color: rgb(149,44,142); }
div.DivClassName
{
background-color: #952C8E;
}
.BgClassName
{
background-color: #952C8E;
}
</style>
border-color css
<style>
span { border-color: #952C8E; }
span { border-color: rgb(149,44,142); }
td.TdClassName
{
border-color: #952C8E;
}
.TagClassName
{
border-color: #952C8E;
}
</style>