Shades of Dark Purple #951C7A
Tints of Dark Purple #951C7A
RGB
CMYK
RGB Variations
Color information
#951C7A (or 0x951C7A) is known color: Dark Purple. HEX triplet: 95, 1C and 7A. RGB value is (149,28,122). Sum of RGB (Red+Green+Blue) = 149+28+122=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #951C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951C7A is #6AE385. Grayscale: #4A4A4A. Windows color (decimal): -7005062 or 8002709. OLE color: 8002709.
HSL color Cylindrical-coordinate representation of color #951C7A: hue angle of 313.39º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951C7A is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 28 | 122 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.42 |
| HSL | 313.39º | 0.68% | 0.35% | - |
| HSV(B) | 313.39º | 0.81% | 0.58% | - |
| XYZ | 16.32 | 8.63 | 19.22 | - |
| YUV | 74.9 | 154.59 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 122 | 0 | 0.81 | 0.18 | 0.42 | 313.39 | 0.68 | 0.35 |
| Hex | 95 | 1C | 7A | 0 | 51 | 12 | 2A | 139 | 44 | 23 |
| Octal | 225 | 34 | 172 | 0 | 121 | 22 | 52 | 471 | 104 | 43 |
| Binary | 10010101 | 11100 | 1111010 | 0 | 1010001 | 10010 | 101010 | 100111001 | 1000100 | 100011 |
Color Harmonies of #951C7A
Complementary color
Monochromatic Colors of #951C7A
Black with #951C7A
Text Example
Text Example
White with #951C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951C7A; }
p { color: rgb(149,28,122); }
H1.HeaderClassName
{
color: #951C7A;
}
.AnyTagClassName
{
color: #951C7A;
}
</style>
background-color css
<style>
a { background-color: #951C7A; }
a { background-color: rgb(149,28,122); }
div.DivClassName
{
background-color: #951C7A;
}
.BgClassName
{
background-color: #951C7A;
}
</style>
border-color css
<style>
span { border-color: #951C7A; }
span { border-color: rgb(149,28,122); }
td.TdClassName
{
border-color: #951C7A;
}
.TagClassName
{
border-color: #951C7A;
}
</style>