Shades of Dark Purple #952479
Tints of Dark Purple #952479
RGB
CMYK
RGB Variations
Color information
#952479 (or 0x952479) is known color: Dark Purple. HEX triplet: 95, 24 and 79. RGB value is (149,36,121). Sum of RGB (Red+Green+Blue) = 149+36+121=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #952479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952479 is #6ADB86. Grayscale: #4F4F4F. Windows color (decimal): -7003015 or 7939221. OLE color: 7939221.
HSL color Cylindrical-coordinate representation of color #952479: hue angle of 314.87º 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 #952479 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 36 | 121 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.42 |
| HSL | 314.87º | 0.61% | 0.36% | - |
| HSV(B) | 314.87º | 0.76% | 0.58% | - |
| XYZ | 16.48 | 9.03 | 18.96 | - |
| YUV | 79.48 | 151.44 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 36 | 121 | 0 | 0.76 | 0.19 | 0.42 | 314.87 | 0.61 | 0.36 |
| Hex | 95 | 24 | 79 | 0 | 4C | 13 | 2A | 13B | 3D | 24 |
| Octal | 225 | 44 | 171 | 0 | 114 | 23 | 52 | 473 | 75 | 44 |
| Binary | 10010101 | 100100 | 1111001 | 0 | 1001100 | 10011 | 101010 | 100111011 | 111101 | 100100 |
Color Harmonies of #952479
Complementary color
Monochromatic Colors of #952479
Black with #952479
Text Example
Text Example
White with #952479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952479; }
p { color: rgb(149,36,121); }
H1.HeaderClassName
{
color: #952479;
}
.AnyTagClassName
{
color: #952479;
}
</style>
background-color css
<style>
a { background-color: #952479; }
a { background-color: rgb(149,36,121); }
div.DivClassName
{
background-color: #952479;
}
.BgClassName
{
background-color: #952479;
}
</style>
border-color css
<style>
span { border-color: #952479; }
span { border-color: rgb(149,36,121); }
td.TdClassName
{
border-color: #952479;
}
.TagClassName
{
border-color: #952479;
}
</style>