Shades of Dark Purple #952470
Tints of Dark Purple #952470
RGB
CMYK
RGB Variations
Color information
#952470 (or 0x952470) is known color: Dark Purple. HEX triplet: 95, 24 and 70. RGB value is (149,36,112). Sum of RGB (Red+Green+Blue) = 149+36+112=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #952470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952470 is #6ADB8F. Grayscale: #4E4E4E. Windows color (decimal): -7003024 or 7349397. OLE color: 7349397.
HSL color Cylindrical-coordinate representation of color #952470: hue angle of 319.65º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952470 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 36 | 112 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.42 |
| HSL | 319.65º | 0.61% | 0.36% | - |
| HSV(B) | 319.65º | 0.76% | 0.58% | - |
| XYZ | 15.95 | 8.82 | 16.19 | - |
| YUV | 78.45 | 146.94 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 36 | 112 | 0 | 0.76 | 0.25 | 0.42 | 319.65 | 0.61 | 0.36 |
| Hex | 95 | 24 | 70 | 0 | 4C | 19 | 2A | 140 | 3D | 24 |
| Octal | 225 | 44 | 160 | 0 | 114 | 31 | 52 | 500 | 75 | 44 |
| Binary | 10010101 | 100100 | 1110000 | 0 | 1001100 | 11001 | 101010 | 101000000 | 111101 | 100100 |
Color Harmonies of #952470
Complementary color
Monochromatic Colors of #952470
Black with #952470
Text Example
Text Example
White with #952470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952470; }
p { color: rgb(149,36,112); }
H1.HeaderClassName
{
color: #952470;
}
.AnyTagClassName
{
color: #952470;
}
</style>
background-color css
<style>
a { background-color: #952470; }
a { background-color: rgb(149,36,112); }
div.DivClassName
{
background-color: #952470;
}
.BgClassName
{
background-color: #952470;
}
</style>
border-color css
<style>
span { border-color: #952470; }
span { border-color: rgb(149,36,112); }
td.TdClassName
{
border-color: #952470;
}
.TagClassName
{
border-color: #952470;
}
</style>