Shades of Dark Purple #950F7C
Tints of Dark Purple #950F7C
RGB
CMYK
RGB Variations
Color information
#950F7C (or 0x950F7C) is known color: Dark Purple. HEX triplet: 95, 0F and 7C. RGB value is (149,15,124). Sum of RGB (Red+Green+Blue) = 149+15+124=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #950F7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950F7C is #6AF083. Grayscale: #434343. Windows color (decimal): -7008388 or 8130453. OLE color: 8130453.
HSL color Cylindrical-coordinate representation of color #950F7C: hue angle of 311.19º 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 #950F7C is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 15 | 124 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.42 |
| HSL | 311.19º | 0.82% | 0.32% | - |
| HSV(B) | 311.19º | 0.9% | 0.58% | - |
| XYZ | 16.2 | 8.19 | 19.79 | - |
| YUV | 67.49 | 159.89 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 15 | 124 | 0 | 0.90 | 0.17 | 0.42 | 311.19 | 0.82 | 0.32 |
| Hex | 95 | F | 7C | 0 | 5A | 11 | 2A | 137 | 52 | 20 |
| Octal | 225 | 17 | 174 | 0 | 132 | 21 | 52 | 467 | 122 | 40 |
| Binary | 10010101 | 1111 | 1111100 | 0 | 1011010 | 10001 | 101010 | 100110111 | 1010010 | 100000 |
Color Harmonies of #950F7C
Complementary color
Monochromatic Colors of #950F7C
Black with #950F7C
Text Example
Text Example
White with #950F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950F7C; }
p { color: rgb(149,15,124); }
H1.HeaderClassName
{
color: #950F7C;
}
.AnyTagClassName
{
color: #950F7C;
}
</style>
background-color css
<style>
a { background-color: #950F7C; }
a { background-color: rgb(149,15,124); }
div.DivClassName
{
background-color: #950F7C;
}
.BgClassName
{
background-color: #950F7C;
}
</style>
border-color css
<style>
span { border-color: #950F7C; }
span { border-color: rgb(149,15,124); }
td.TdClassName
{
border-color: #950F7C;
}
.TagClassName
{
border-color: #950F7C;
}
</style>