Shades of Dark Purple #950E7C
Tints of Dark Purple #950E7C
RGB
CMYK
RGB Variations
Color information
#950E7C (or 0x950E7C) is known color: Dark Purple. HEX triplet: 95, 0E and 7C. RGB value is (149,14,124). Sum of RGB (Red+Green+Blue) = 149+14+124=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #950E7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950E7C is #6AF183. Grayscale: #424242. Windows color (decimal): -7008644 or 8130197. OLE color: 8130197.
HSL color Cylindrical-coordinate representation of color #950E7C: hue angle of 311.11º 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 #950E7C is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 14 | 124 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.42 |
| HSL | 311.11º | 0.83% | 0.32% | - |
| HSV(B) | 311.11º | 0.91% | 0.58% | - |
| XYZ | 16.19 | 8.16 | 19.79 | - |
| YUV | 66.91 | 160.23 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 14 | 124 | 0 | 0.91 | 0.17 | 0.42 | 311.11 | 0.83 | 0.32 |
| Hex | 95 | E | 7C | 0 | 5B | 11 | 2A | 137 | 53 | 20 |
| Octal | 225 | 16 | 174 | 0 | 133 | 21 | 52 | 467 | 123 | 40 |
| Binary | 10010101 | 1110 | 1111100 | 0 | 1011011 | 10001 | 101010 | 100110111 | 1010011 | 100000 |
Color Harmonies of #950E7C
Complementary color
Monochromatic Colors of #950E7C
Black with #950E7C
Text Example
Text Example
White with #950E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950E7C; }
p { color: rgb(149,14,124); }
H1.HeaderClassName
{
color: #950E7C;
}
.AnyTagClassName
{
color: #950E7C;
}
</style>
background-color css
<style>
a { background-color: #950E7C; }
a { background-color: rgb(149,14,124); }
div.DivClassName
{
background-color: #950E7C;
}
.BgClassName
{
background-color: #950E7C;
}
</style>
border-color css
<style>
span { border-color: #950E7C; }
span { border-color: rgb(149,14,124); }
td.TdClassName
{
border-color: #950E7C;
}
.TagClassName
{
border-color: #950E7C;
}
</style>