Shades of Dark Purple #953279
Tints of Dark Purple #953279
RGB
CMYK
RGB Variations
Color information
#953279 (or 0x953279) is known color: Dark Purple. HEX triplet: 95, 32 and 79. RGB value is (149,50,121). Sum of RGB (Red+Green+Blue) = 149+50+121=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #953279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953279 is #6ACD86. Grayscale: #575757. Windows color (decimal): -6999431 or 7942805. OLE color: 7942805.
HSL color Cylindrical-coordinate representation of color #953279: hue angle of 316.97º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953279 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 50 | 121 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.42 |
| HSL | 316.97º | 0.5% | 0.39% | - |
| HSV(B) | 316.97º | 0.66% | 0.58% | - |
| XYZ | 16.99 | 10.05 | 19.13 | - |
| YUV | 87.7 | 146.8 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 121 | 0 | 0.66 | 0.19 | 0.42 | 316.97 | 0.5 | 0.39 |
| Hex | 95 | 32 | 79 | 0 | 42 | 13 | 2A | 13D | 32 | 27 |
| Octal | 225 | 62 | 171 | 0 | 102 | 23 | 52 | 475 | 62 | 47 |
| Binary | 10010101 | 110010 | 1111001 | 0 | 1000010 | 10011 | 101010 | 100111101 | 110010 | 100111 |
Color Harmonies of #953279
Complementary color
Monochromatic Colors of #953279
Black with #953279
Text Example
Text Example
White with #953279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953279; }
p { color: rgb(149,50,121); }
H1.HeaderClassName
{
color: #953279;
}
.AnyTagClassName
{
color: #953279;
}
</style>
background-color css
<style>
a { background-color: #953279; }
a { background-color: rgb(149,50,121); }
div.DivClassName
{
background-color: #953279;
}
.BgClassName
{
background-color: #953279;
}
</style>
border-color css
<style>
span { border-color: #953279; }
span { border-color: rgb(149,50,121); }
td.TdClassName
{
border-color: #953279;
}
.TagClassName
{
border-color: #953279;
}
</style>