Shades of Dark Purple #950E7B
Tints of Dark Purple #950E7B
RGB
CMYK
RGB Variations
Color information
#950E7B (or 0x950E7B) is known color: Dark Purple. HEX triplet: 95, 0E and 7B. RGB value is (149,14,123). Sum of RGB (Red+Green+Blue) = 149+14+123=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #950E7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950E7B is #6AF184. Grayscale: #424242. Windows color (decimal): -7008645 or 8064661. OLE color: 8064661.
HSL color Cylindrical-coordinate representation of color #950E7B: hue angle of 311.56º 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 #950E7B is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 14 | 123 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.42 |
| HSL | 311.56º | 0.83% | 0.32% | - |
| HSV(B) | 311.56º | 0.91% | 0.58% | - |
| XYZ | 16.13 | 8.13 | 19.46 | - |
| YUV | 66.79 | 159.73 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 14 | 123 | 0 | 0.91 | 0.17 | 0.42 | 311.56 | 0.83 | 0.32 |
| Hex | 95 | E | 7B | 0 | 5B | 11 | 2A | 138 | 53 | 20 |
| Octal | 225 | 16 | 173 | 0 | 133 | 21 | 52 | 470 | 123 | 40 |
| Binary | 10010101 | 1110 | 1111011 | 0 | 1011011 | 10001 | 101010 | 100111000 | 1010011 | 100000 |
Color Harmonies of #950E7B
Complementary color
Monochromatic Colors of #950E7B
Black with #950E7B
Text Example
Text Example
White with #950E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950E7B; }
p { color: rgb(149,14,123); }
H1.HeaderClassName
{
color: #950E7B;
}
.AnyTagClassName
{
color: #950E7B;
}
</style>
background-color css
<style>
a { background-color: #950E7B; }
a { background-color: rgb(149,14,123); }
div.DivClassName
{
background-color: #950E7B;
}
.BgClassName
{
background-color: #950E7B;
}
</style>
border-color css
<style>
span { border-color: #950E7B; }
span { border-color: rgb(149,14,123); }
td.TdClassName
{
border-color: #950E7B;
}
.TagClassName
{
border-color: #950E7B;
}
</style>