Shades of Dark Purple #952974
Tints of Dark Purple #952974
RGB
CMYK
RGB Variations
Color information
#952974 (or 0x952974) is known color: Dark Purple. HEX triplet: 95, 29 and 74. RGB value is (149,41,116). Sum of RGB (Red+Green+Blue) = 149+41+116=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #952974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952974 is #6AD68B. Grayscale: #515151. Windows color (decimal): -7001740 or 7612821. OLE color: 7612821.
HSL color Cylindrical-coordinate representation of color #952974: hue angle of 318.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952974 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 41 | 116 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.42 |
| HSL | 318.33º | 0.57% | 0.37% | - |
| HSV(B) | 318.33º | 0.72% | 0.58% | - |
| XYZ | 16.34 | 9.24 | 17.44 | - |
| YUV | 81.84 | 147.28 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 116 | 0 | 0.72 | 0.22 | 0.42 | 318.33 | 0.57 | 0.37 |
| Hex | 95 | 29 | 74 | 0 | 48 | 16 | 2A | 13E | 39 | 25 |
| Octal | 225 | 51 | 164 | 0 | 110 | 26 | 52 | 476 | 71 | 45 |
| Binary | 10010101 | 101001 | 1110100 | 0 | 1001000 | 10110 | 101010 | 100111110 | 111001 | 100101 |
Color Harmonies of #952974
Complementary color
Monochromatic Colors of #952974
Black with #952974
Text Example
Text Example
White with #952974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952974; }
p { color: rgb(149,41,116); }
H1.HeaderClassName
{
color: #952974;
}
.AnyTagClassName
{
color: #952974;
}
</style>
background-color css
<style>
a { background-color: #952974; }
a { background-color: rgb(149,41,116); }
div.DivClassName
{
background-color: #952974;
}
.BgClassName
{
background-color: #952974;
}
</style>
border-color css
<style>
span { border-color: #952974; }
span { border-color: rgb(149,41,116); }
td.TdClassName
{
border-color: #952974;
}
.TagClassName
{
border-color: #952974;
}
</style>