Shades of Dark Purple #951E7A
Tints of Dark Purple #951E7A
RGB
CMYK
RGB Variations
Color information
#951E7A (or 0x951E7A) is known color: Dark Purple. HEX triplet: 95, 1E and 7A. RGB value is (149,30,122). Sum of RGB (Red+Green+Blue) = 149+30+122=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #951E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951E7A is #6AE185. Grayscale: #4B4B4B. Windows color (decimal): -7004550 or 8003221. OLE color: 8003221.
HSL color Cylindrical-coordinate representation of color #951E7A: hue angle of 313.61º 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 #951E7A is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 30 | 122 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.42 |
| HSL | 313.61º | 0.66% | 0.35% | - |
| HSV(B) | 313.61º | 0.8% | 0.58% | - |
| XYZ | 16.37 | 8.72 | 19.23 | - |
| YUV | 76.07 | 153.92 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 30 | 122 | 0 | 0.80 | 0.18 | 0.42 | 313.61 | 0.66 | 0.35 |
| Hex | 95 | 1E | 7A | 0 | 50 | 12 | 2A | 13A | 42 | 23 |
| Octal | 225 | 36 | 172 | 0 | 120 | 22 | 52 | 472 | 102 | 43 |
| Binary | 10010101 | 11110 | 1111010 | 0 | 1010000 | 10010 | 101010 | 100111010 | 1000010 | 100011 |
Color Harmonies of #951E7A
Complementary color
Monochromatic Colors of #951E7A
Black with #951E7A
Text Example
Text Example
White with #951E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951E7A; }
p { color: rgb(149,30,122); }
H1.HeaderClassName
{
color: #951E7A;
}
.AnyTagClassName
{
color: #951E7A;
}
</style>
background-color css
<style>
a { background-color: #951E7A; }
a { background-color: rgb(149,30,122); }
div.DivClassName
{
background-color: #951E7A;
}
.BgClassName
{
background-color: #951E7A;
}
</style>
border-color css
<style>
span { border-color: #951E7A; }
span { border-color: rgb(149,30,122); }
td.TdClassName
{
border-color: #951E7A;
}
.TagClassName
{
border-color: #951E7A;
}
</style>