Shades of Dark Purple #950F78
Tints of Dark Purple #950F78
RGB
CMYK
RGB Variations
Color information
#950F78 (or 0x950F78) is known color: Dark Purple. HEX triplet: 95, 0F and 78. RGB value is (149,15,120). Sum of RGB (Red+Green+Blue) = 149+15+120=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #950F78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950F78 is #6AF087. Grayscale: #424242. Windows color (decimal): -7008392 or 7868309. OLE color: 7868309.
HSL color Cylindrical-coordinate representation of color #950F78: hue angle of 312.99º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #950F78 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 15 | 120 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.42 |
| HSL | 312.99º | 0.82% | 0.32% | - |
| HSV(B) | 312.99º | 0.9% | 0.58% | - |
| XYZ | 15.96 | 8.09 | 18.49 | - |
| YUV | 67.04 | 157.89 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 15 | 120 | 0 | 0.90 | 0.19 | 0.42 | 312.99 | 0.82 | 0.32 |
| Hex | 95 | F | 78 | 0 | 5A | 13 | 2A | 139 | 52 | 20 |
| Octal | 225 | 17 | 170 | 0 | 132 | 23 | 52 | 471 | 122 | 40 |
| Binary | 10010101 | 1111 | 1111000 | 0 | 1011010 | 10011 | 101010 | 100111001 | 1010010 | 100000 |
Color Harmonies of #950F78
Complementary color
Monochromatic Colors of #950F78
Black with #950F78
Text Example
Text Example
White with #950F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950F78; }
p { color: rgb(149,15,120); }
H1.HeaderClassName
{
color: #950F78;
}
.AnyTagClassName
{
color: #950F78;
}
</style>
background-color css
<style>
a { background-color: #950F78; }
a { background-color: rgb(149,15,120); }
div.DivClassName
{
background-color: #950F78;
}
.BgClassName
{
background-color: #950F78;
}
</style>
border-color css
<style>
span { border-color: #950F78; }
span { border-color: rgb(149,15,120); }
td.TdClassName
{
border-color: #950F78;
}
.TagClassName
{
border-color: #950F78;
}
</style>