Shades of Dark Purple #952E70
Tints of Dark Purple #952E70
RGB
CMYK
RGB Variations
Color information
#952E70 (or 0x952E70) is known color: Dark Purple. HEX triplet: 95, 2E and 70. RGB value is (149,46,112). Sum of RGB (Red+Green+Blue) = 149+46+112=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #952E70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952E70 is #6AD18F. Grayscale: #545454. Windows color (decimal): -7000464 or 7351957. OLE color: 7351957.
HSL color Cylindrical-coordinate representation of color #952E70: hue angle of 321.55º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #952E70 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 46 | 112 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.42 |
| HSL | 321.55º | 0.53% | 0.38% | - |
| HSV(B) | 321.55º | 0.69% | 0.58% | - |
| XYZ | 16.3 | 9.51 | 16.31 | - |
| YUV | 84.32 | 143.62 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 112 | 0 | 0.69 | 0.25 | 0.42 | 321.55 | 0.53 | 0.38 |
| Hex | 95 | 2E | 70 | 0 | 45 | 19 | 2A | 142 | 35 | 26 |
| Octal | 225 | 56 | 160 | 0 | 105 | 31 | 52 | 502 | 65 | 46 |
| Binary | 10010101 | 101110 | 1110000 | 0 | 1000101 | 11001 | 101010 | 101000010 | 110101 | 100110 |
Color Harmonies of #952E70
Complementary color
Monochromatic Colors of #952E70
Black with #952E70
Text Example
Text Example
White with #952E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E70; }
p { color: rgb(149,46,112); }
H1.HeaderClassName
{
color: #952E70;
}
.AnyTagClassName
{
color: #952E70;
}
</style>
background-color css
<style>
a { background-color: #952E70; }
a { background-color: rgb(149,46,112); }
div.DivClassName
{
background-color: #952E70;
}
.BgClassName
{
background-color: #952E70;
}
</style>
border-color css
<style>
span { border-color: #952E70; }
span { border-color: rgb(149,46,112); }
td.TdClassName
{
border-color: #952E70;
}
.TagClassName
{
border-color: #952E70;
}
</style>