Shades of Dark Purple #950E76
Tints of Dark Purple #950E76
RGB
CMYK
RGB Variations
Color information
#950E76 (or 0x950E76) is known color: Dark Purple. HEX triplet: 95, 0E and 76. RGB value is (149,14,118). Sum of RGB (Red+Green+Blue) = 149+14+118=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #950E76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950E76 is #6AF189. Grayscale: #414141. Windows color (decimal): -7008650 or 7736981. OLE color: 7736981.
HSL color Cylindrical-coordinate representation of color #950E76: hue angle of 313.78º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #950E76 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 14 | 118 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.42 |
| HSL | 313.78º | 0.83% | 0.32% | - |
| HSV(B) | 313.78º | 0.91% | 0.58% | - |
| XYZ | 15.82 | 8.01 | 17.85 | - |
| YUV | 66.22 | 157.23 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 14 | 118 | 0 | 0.91 | 0.21 | 0.42 | 313.78 | 0.83 | 0.32 |
| Hex | 95 | E | 76 | 0 | 5B | 15 | 2A | 13A | 53 | 20 |
| Octal | 225 | 16 | 166 | 0 | 133 | 25 | 52 | 472 | 123 | 40 |
| Binary | 10010101 | 1110 | 1110110 | 0 | 1011011 | 10101 | 101010 | 100111010 | 1010011 | 100000 |
Color Harmonies of #950E76
Complementary color
Monochromatic Colors of #950E76
Black with #950E76
Text Example
Text Example
White with #950E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950E76; }
p { color: rgb(149,14,118); }
H1.HeaderClassName
{
color: #950E76;
}
.AnyTagClassName
{
color: #950E76;
}
</style>
background-color css
<style>
a { background-color: #950E76; }
a { background-color: rgb(149,14,118); }
div.DivClassName
{
background-color: #950E76;
}
.BgClassName
{
background-color: #950E76;
}
</style>
border-color css
<style>
span { border-color: #950E76; }
span { border-color: rgb(149,14,118); }
td.TdClassName
{
border-color: #950E76;
}
.TagClassName
{
border-color: #950E76;
}
</style>