Shades of Dark Purple #952A74
Tints of Dark Purple #952A74
RGB
CMYK
RGB Variations
Color information
#952A74 (or 0x952A74) is known color: Dark Purple. HEX triplet: 95, 2A and 74. RGB value is (149,42,116). Sum of RGB (Red+Green+Blue) = 149+42+116=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #952A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952A74 is #6AD58B. Grayscale: #525252. Windows color (decimal): -7001484 or 7613077. OLE color: 7613077.
HSL color Cylindrical-coordinate representation of color #952A74: hue angle of 318.5º degrees, saturation: 0.56, 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 #952A74 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 42 | 116 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.42 |
| HSL | 318.5º | 0.56% | 0.37% | - |
| HSV(B) | 318.5º | 0.72% | 0.58% | - |
| XYZ | 16.37 | 9.31 | 17.46 | - |
| YUV | 82.43 | 146.95 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 116 | 0 | 0.72 | 0.22 | 0.42 | 318.5 | 0.56 | 0.37 |
| Hex | 95 | 2A | 74 | 0 | 48 | 16 | 2A | 13F | 38 | 25 |
| Octal | 225 | 52 | 164 | 0 | 110 | 26 | 52 | 477 | 70 | 45 |
| Binary | 10010101 | 101010 | 1110100 | 0 | 1001000 | 10110 | 101010 | 100111111 | 111000 | 100101 |
Color Harmonies of #952A74
Complementary color
Monochromatic Colors of #952A74
Black with #952A74
Text Example
Text Example
White with #952A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952A74; }
p { color: rgb(149,42,116); }
H1.HeaderClassName
{
color: #952A74;
}
.AnyTagClassName
{
color: #952A74;
}
</style>
background-color css
<style>
a { background-color: #952A74; }
a { background-color: rgb(149,42,116); }
div.DivClassName
{
background-color: #952A74;
}
.BgClassName
{
background-color: #952A74;
}
</style>
border-color css
<style>
span { border-color: #952A74; }
span { border-color: rgb(149,42,116); }
td.TdClassName
{
border-color: #952A74;
}
.TagClassName
{
border-color: #952A74;
}
</style>