Shades of Dark Purple #952F7F
Tints of Dark Purple #952F7F
RGB
CMYK
RGB Variations
Color information
#952F7F (or 0x952F7F) is known color: Dark Purple. HEX triplet: 95, 2F and 7F. RGB value is (149,47,127). Sum of RGB (Red+Green+Blue) = 149+47+127=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #952F7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952F7F is #6AD080. Grayscale: #565656. Windows color (decimal): -7000193 or 8335253. OLE color: 8335253.
HSL color Cylindrical-coordinate representation of color #952F7F: hue angle of 312.94º 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 #952F7F is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 47 | 127 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.42 |
| HSL | 312.94º | 0.52% | 0.38% | - |
| HSV(B) | 312.94º | 0.68% | 0.58% | - |
| XYZ | 17.24 | 9.95 | 21.09 | - |
| YUV | 86.62 | 150.79 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 47 | 127 | 0 | 0.68 | 0.15 | 0.42 | 312.94 | 0.52 | 0.38 |
| Hex | 95 | 2F | 7F | 0 | 44 | F | 2A | 139 | 34 | 26 |
| Octal | 225 | 57 | 177 | 0 | 104 | 17 | 52 | 471 | 64 | 46 |
| Binary | 10010101 | 101111 | 1111111 | 0 | 1000100 | 1111 | 101010 | 100111001 | 110100 | 100110 |
Color Harmonies of #952F7F
Complementary color
Monochromatic Colors of #952F7F
Black with #952F7F
Text Example
Text Example
White with #952F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952F7F; }
p { color: rgb(149,47,127); }
H1.HeaderClassName
{
color: #952F7F;
}
.AnyTagClassName
{
color: #952F7F;
}
</style>
background-color css
<style>
a { background-color: #952F7F; }
a { background-color: rgb(149,47,127); }
div.DivClassName
{
background-color: #952F7F;
}
.BgClassName
{
background-color: #952F7F;
}
</style>
border-color css
<style>
span { border-color: #952F7F; }
span { border-color: rgb(149,47,127); }
td.TdClassName
{
border-color: #952F7F;
}
.TagClassName
{
border-color: #952F7F;
}
</style>