Shades of Dark Purple #950D78
Tints of Dark Purple #950D78
RGB
CMYK
RGB Variations
Color information
#950D78 (or 0x950D78) is known color: Dark Purple. HEX triplet: 95, 0D and 78. RGB value is (149,13,120). Sum of RGB (Red+Green+Blue) = 149+13+120=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #950D78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950D78 is #6AF287. Grayscale: #414141. Windows color (decimal): -7008904 or 7867797. OLE color: 7867797.
HSL color Cylindrical-coordinate representation of color #950D78: hue angle of 312.79º degrees, saturation: 0.84, 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 #950D78 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 13 | 120 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.42 |
| HSL | 312.79º | 0.84% | 0.32% | - |
| HSV(B) | 312.79º | 0.91% | 0.58% | - |
| XYZ | 15.93 | 8.03 | 18.48 | - |
| YUV | 65.86 | 158.56 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 13 | 120 | 0 | 0.91 | 0.19 | 0.42 | 312.79 | 0.84 | 0.32 |
| Hex | 95 | D | 78 | 0 | 5B | 13 | 2A | 139 | 54 | 20 |
| Octal | 225 | 15 | 170 | 0 | 133 | 23 | 52 | 471 | 124 | 40 |
| Binary | 10010101 | 1101 | 1111000 | 0 | 1011011 | 10011 | 101010 | 100111001 | 1010100 | 100000 |
Color Harmonies of #950D78
Complementary color
Monochromatic Colors of #950D78
Black with #950D78
Text Example
Text Example
White with #950D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950D78; }
p { color: rgb(149,13,120); }
H1.HeaderClassName
{
color: #950D78;
}
.AnyTagClassName
{
color: #950D78;
}
</style>
background-color css
<style>
a { background-color: #950D78; }
a { background-color: rgb(149,13,120); }
div.DivClassName
{
background-color: #950D78;
}
.BgClassName
{
background-color: #950D78;
}
</style>
border-color css
<style>
span { border-color: #950D78; }
span { border-color: rgb(149,13,120); }
td.TdClassName
{
border-color: #950D78;
}
.TagClassName
{
border-color: #950D78;
}
</style>