Shades of Dark Purple #952F8C
Tints of Dark Purple #952F8C
RGB
CMYK
RGB Variations
Color information
#952F8C (or 0x952F8C) is known color: Dark Purple. HEX triplet: 95, 2F and 8C. RGB value is (149,47,140). Sum of RGB (Red+Green+Blue) = 149+47+140=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #952F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952F8C is #6AD073. Grayscale: #575757. Windows color (decimal): -7000180 or 9187221. OLE color: 9187221.
HSL color Cylindrical-coordinate representation of color #952F8C: hue angle of 305.29º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #952F8C is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 47 | 140 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.42 |
| HSL | 305.29º | 0.52% | 0.38% | - |
| HSV(B) | 305.29º | 0.68% | 0.58% | - |
| XYZ | 18.14 | 10.32 | 25.85 | - |
| YUV | 88.1 | 157.29 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 47 | 140 | 0 | 0.68 | 0.06 | 0.42 | 305.29 | 0.52 | 0.38 |
| Hex | 95 | 2F | 8C | 0 | 44 | 6 | 2A | 131 | 34 | 26 |
| Octal | 225 | 57 | 214 | 0 | 104 | 6 | 52 | 461 | 64 | 46 |
| Binary | 10010101 | 101111 | 10001100 | 0 | 1000100 | 110 | 101010 | 100110001 | 110100 | 100110 |
Color Harmonies of #952F8C
Complementary color
Monochromatic Colors of #952F8C
Black with #952F8C
Text Example
Text Example
White with #952F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952F8C; }
p { color: rgb(149,47,140); }
H1.HeaderClassName
{
color: #952F8C;
}
.AnyTagClassName
{
color: #952F8C;
}
</style>
background-color css
<style>
a { background-color: #952F8C; }
a { background-color: rgb(149,47,140); }
div.DivClassName
{
background-color: #952F8C;
}
.BgClassName
{
background-color: #952F8C;
}
</style>
border-color css
<style>
span { border-color: #952F8C; }
span { border-color: rgb(149,47,140); }
td.TdClassName
{
border-color: #952F8C;
}
.TagClassName
{
border-color: #952F8C;
}
</style>