Shades of Dark Purple #951477
Tints of Dark Purple #951477
RGB
CMYK
RGB Variations
Color information
#951477 (or 0x951477) is known color: Dark Purple. HEX triplet: 95, 14 and 77. RGB value is (149,20,119). Sum of RGB (Red+Green+Blue) = 149+20+119=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #951477 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951477 is #6AEB88. Grayscale: #454545. Windows color (decimal): -7007113 or 7804053. OLE color: 7804053.
HSL color Cylindrical-coordinate representation of color #951477: hue angle of 313.95º 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 #951477 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 20 | 119 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.42 |
| HSL | 313.95º | 0.76% | 0.33% | - |
| HSV(B) | 313.95º | 0.87% | 0.58% | - |
| XYZ | 15.97 | 8.22 | 18.2 | - |
| YUV | 69.86 | 155.74 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 20 | 119 | 0 | 0.87 | 0.20 | 0.42 | 313.95 | 0.76 | 0.33 |
| Hex | 95 | 14 | 77 | 0 | 57 | 14 | 2A | 13A | 4C | 21 |
| Octal | 225 | 24 | 167 | 0 | 127 | 24 | 52 | 472 | 114 | 41 |
| Binary | 10010101 | 10100 | 1110111 | 0 | 1010111 | 10100 | 101010 | 100111010 | 1001100 | 100001 |
Color Harmonies of #951477
Complementary color
Monochromatic Colors of #951477
Black with #951477
Text Example
Text Example
White with #951477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951477; }
p { color: rgb(149,20,119); }
H1.HeaderClassName
{
color: #951477;
}
.AnyTagClassName
{
color: #951477;
}
</style>
background-color css
<style>
a { background-color: #951477; }
a { background-color: rgb(149,20,119); }
div.DivClassName
{
background-color: #951477;
}
.BgClassName
{
background-color: #951477;
}
</style>
border-color css
<style>
span { border-color: #951477; }
span { border-color: rgb(149,20,119); }
td.TdClassName
{
border-color: #951477;
}
.TagClassName
{
border-color: #951477;
}
</style>