Shades of Dark Purple #950E78
Tints of Dark Purple #950E78
RGB
CMYK
RGB Variations
Color information
#950E78 (or 0x950E78) is known color: Dark Purple. HEX triplet: 95, 0E and 78. RGB value is (149,14,120). Sum of RGB (Red+Green+Blue) = 149+14+120=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #950E78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950E78 is #6AF187. Grayscale: #424242. Windows color (decimal): -7008648 or 7868053. OLE color: 7868053.
HSL color Cylindrical-coordinate representation of color #950E78: hue angle of 312.89º 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 #950E78 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 14 | 120 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.42 |
| HSL | 312.89º | 0.83% | 0.32% | - |
| HSV(B) | 312.89º | 0.91% | 0.58% | - |
| XYZ | 15.94 | 8.06 | 18.48 | - |
| YUV | 66.45 | 158.23 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 14 | 120 | 0 | 0.91 | 0.19 | 0.42 | 312.89 | 0.83 | 0.32 |
| Hex | 95 | E | 78 | 0 | 5B | 13 | 2A | 139 | 53 | 20 |
| Octal | 225 | 16 | 170 | 0 | 133 | 23 | 52 | 471 | 123 | 40 |
| Binary | 10010101 | 1110 | 1111000 | 0 | 1011011 | 10011 | 101010 | 100111001 | 1010011 | 100000 |
Color Harmonies of #950E78
Complementary color
Monochromatic Colors of #950E78
Black with #950E78
Text Example
Text Example
White with #950E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950E78; }
p { color: rgb(149,14,120); }
H1.HeaderClassName
{
color: #950E78;
}
.AnyTagClassName
{
color: #950E78;
}
</style>
background-color css
<style>
a { background-color: #950E78; }
a { background-color: rgb(149,14,120); }
div.DivClassName
{
background-color: #950E78;
}
.BgClassName
{
background-color: #950E78;
}
</style>
border-color css
<style>
span { border-color: #950E78; }
span { border-color: rgb(149,14,120); }
td.TdClassName
{
border-color: #950E78;
}
.TagClassName
{
border-color: #950E78;
}
</style>