Shades of Dark Purple #952179
Tints of Dark Purple #952179
RGB
CMYK
RGB Variations
Color information
#952179 (or 0x952179) is known color: Dark Purple. HEX triplet: 95, 21 and 79. RGB value is (149,33,121). Sum of RGB (Red+Green+Blue) = 149+33+121=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #952179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952179 is #6ADE86. Grayscale: #4D4D4D. Windows color (decimal): -7003783 or 7938453. OLE color: 7938453.
HSL color Cylindrical-coordinate representation of color #952179: hue angle of 314.48º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952179 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 33 | 121 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.42 |
| HSL | 314.48º | 0.64% | 0.36% | - |
| HSV(B) | 314.48º | 0.78% | 0.58% | - |
| XYZ | 16.39 | 8.86 | 18.94 | - |
| YUV | 77.72 | 152.43 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 121 | 0 | 0.78 | 0.19 | 0.42 | 314.48 | 0.64 | 0.36 |
| Hex | 95 | 21 | 79 | 0 | 4E | 13 | 2A | 13A | 40 | 24 |
| Octal | 225 | 41 | 171 | 0 | 116 | 23 | 52 | 472 | 100 | 44 |
| Binary | 10010101 | 100001 | 1111001 | 0 | 1001110 | 10011 | 101010 | 100111010 | 1000000 | 100100 |
Color Harmonies of #952179
Complementary color
Monochromatic Colors of #952179
Black with #952179
Text Example
Text Example
White with #952179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952179; }
p { color: rgb(149,33,121); }
H1.HeaderClassName
{
color: #952179;
}
.AnyTagClassName
{
color: #952179;
}
</style>
background-color css
<style>
a { background-color: #952179; }
a { background-color: rgb(149,33,121); }
div.DivClassName
{
background-color: #952179;
}
.BgClassName
{
background-color: #952179;
}
</style>
border-color css
<style>
span { border-color: #952179; }
span { border-color: rgb(149,33,121); }
td.TdClassName
{
border-color: #952179;
}
.TagClassName
{
border-color: #952179;
}
</style>