Shades of Dark Purple #951079
Tints of Dark Purple #951079
RGB
CMYK
RGB Variations
Color information
#951079 (or 0x951079) is known color: Dark Purple. HEX triplet: 95, 10 and 79. RGB value is (149,16,121). Sum of RGB (Red+Green+Blue) = 149+16+121=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #951079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951079 is #6AEF86. Grayscale: #434343. Windows color (decimal): -7008135 or 7934101. OLE color: 7934101.
HSL color Cylindrical-coordinate representation of color #951079: hue angle of 312.63º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951079 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 16 | 121 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.42 |
| HSL | 312.63º | 0.81% | 0.32% | - |
| HSV(B) | 312.63º | 0.89% | 0.58% | - |
| XYZ | 16.03 | 8.14 | 18.82 | - |
| YUV | 67.74 | 158.06 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 121 | 0 | 0.89 | 0.19 | 0.42 | 312.63 | 0.81 | 0.32 |
| Hex | 95 | 10 | 79 | 0 | 59 | 13 | 2A | 139 | 51 | 20 |
| Octal | 225 | 20 | 171 | 0 | 131 | 23 | 52 | 471 | 121 | 40 |
| Binary | 10010101 | 10000 | 1111001 | 0 | 1011001 | 10011 | 101010 | 100111001 | 1010001 | 100000 |
Color Harmonies of #951079
Complementary color
Monochromatic Colors of #951079
Black with #951079
Text Example
Text Example
White with #951079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951079; }
p { color: rgb(149,16,121); }
H1.HeaderClassName
{
color: #951079;
}
.AnyTagClassName
{
color: #951079;
}
</style>
background-color css
<style>
a { background-color: #951079; }
a { background-color: rgb(149,16,121); }
div.DivClassName
{
background-color: #951079;
}
.BgClassName
{
background-color: #951079;
}
</style>
border-color css
<style>
span { border-color: #951079; }
span { border-color: rgb(149,16,121); }
td.TdClassName
{
border-color: #951079;
}
.TagClassName
{
border-color: #951079;
}
</style>