Shades of Dark Purple #951E6F
Tints of Dark Purple #951E6F
RGB
CMYK
RGB Variations
Color information
#951E6F (or 0x951E6F) is known color: Dark Purple. HEX triplet: 95, 1E and 6F. RGB value is (149,30,111). Sum of RGB (Red+Green+Blue) = 149+30+111=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #951E6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951E6F is #6AE190. Grayscale: #4A4A4A. Windows color (decimal): -7004561 or 7282325. OLE color: 7282325.
HSL color Cylindrical-coordinate representation of color #951E6F: hue angle of 319.16º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #951E6F is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 30 | 111 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.42 |
| HSL | 319.16º | 0.66% | 0.35% | - |
| HSV(B) | 319.16º | 0.8% | 0.58% | - |
| XYZ | 15.73 | 8.47 | 15.84 | - |
| YUV | 74.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 30 | 111 | 0 | 0.80 | 0.26 | 0.42 | 319.16 | 0.66 | 0.35 |
| Hex | 95 | 1E | 6F | 0 | 50 | 1A | 2A | 13F | 42 | 23 |
| Octal | 225 | 36 | 157 | 0 | 120 | 32 | 52 | 477 | 102 | 43 |
| Binary | 10010101 | 11110 | 1101111 | 0 | 1010000 | 11010 | 101010 | 100111111 | 1000010 | 100011 |
Color Harmonies of #951E6F
Complementary color
Monochromatic Colors of #951E6F
Black with #951E6F
Text Example
Text Example
White with #951E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951E6F; }
p { color: rgb(149,30,111); }
H1.HeaderClassName
{
color: #951E6F;
}
.AnyTagClassName
{
color: #951E6F;
}
</style>
background-color css
<style>
a { background-color: #951E6F; }
a { background-color: rgb(149,30,111); }
div.DivClassName
{
background-color: #951E6F;
}
.BgClassName
{
background-color: #951E6F;
}
</style>
border-color css
<style>
span { border-color: #951E6F; }
span { border-color: rgb(149,30,111); }
td.TdClassName
{
border-color: #951E6F;
}
.TagClassName
{
border-color: #951E6F;
}
</style>