Shades of Dark Purple #951479
Tints of Dark Purple #951479
RGB
CMYK
RGB Variations
Color information
#951479 (or 0x951479) is known color: Dark Purple. HEX triplet: 95, 14 and 79. RGB value is (149,20,121). Sum of RGB (Red+Green+Blue) = 149+20+121=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #951479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951479 is #6AEB86. Grayscale: #454545. Windows color (decimal): -7007111 or 7935125. OLE color: 7935125.
HSL color Cylindrical-coordinate representation of color #951479: hue angle of 313.02º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951479 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 20 | 121 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.42 |
| HSL | 313.02º | 0.76% | 0.33% | - |
| HSV(B) | 313.02º | 0.87% | 0.58% | - |
| XYZ | 16.1 | 8.27 | 18.84 | - |
| YUV | 70.09 | 156.74 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 20 | 121 | 0 | 0.87 | 0.19 | 0.42 | 313.02 | 0.76 | 0.33 |
| Hex | 95 | 14 | 79 | 0 | 57 | 13 | 2A | 139 | 4C | 21 |
| Octal | 225 | 24 | 171 | 0 | 127 | 23 | 52 | 471 | 114 | 41 |
| Binary | 10010101 | 10100 | 1111001 | 0 | 1010111 | 10011 | 101010 | 100111001 | 1001100 | 100001 |
Color Harmonies of #951479
Complementary color
Monochromatic Colors of #951479
Black with #951479
Text Example
Text Example
White with #951479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951479; }
p { color: rgb(149,20,121); }
H1.HeaderClassName
{
color: #951479;
}
.AnyTagClassName
{
color: #951479;
}
</style>
background-color css
<style>
a { background-color: #951479; }
a { background-color: rgb(149,20,121); }
div.DivClassName
{
background-color: #951479;
}
.BgClassName
{
background-color: #951479;
}
</style>
border-color css
<style>
span { border-color: #951479; }
span { border-color: rgb(149,20,121); }
td.TdClassName
{
border-color: #951479;
}
.TagClassName
{
border-color: #951479;
}
</style>