Shades of Dark Purple #951E6C
Tints of Dark Purple #951E6C
RGB
CMYK
RGB Variations
Color information
#951E6C (or 0x951E6C) is known color: Dark Purple. HEX triplet: 95, 1E and 6C. RGB value is (149,30,108). Sum of RGB (Red+Green+Blue) = 149+30+108=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #951E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951E6C is #6AE193. Grayscale: #4A4A4A. Windows color (decimal): -7004564 or 7085717. OLE color: 7085717.
HSL color Cylindrical-coordinate representation of color #951E6C: hue angle of 320.67º 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 #951E6C is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 30 | 108 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.42 |
| HSL | 320.67º | 0.66% | 0.35% | - |
| HSV(B) | 320.67º | 0.8% | 0.58% | - |
| XYZ | 15.57 | 8.4 | 14.99 | - |
| YUV | 74.47 | 146.92 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 30 | 108 | 0 | 0.80 | 0.28 | 0.42 | 320.67 | 0.66 | 0.35 |
| Hex | 95 | 1E | 6C | 0 | 50 | 1C | 2A | 141 | 42 | 23 |
| Octal | 225 | 36 | 154 | 0 | 120 | 34 | 52 | 501 | 102 | 43 |
| Binary | 10010101 | 11110 | 1101100 | 0 | 1010000 | 11100 | 101010 | 101000001 | 1000010 | 100011 |
Color Harmonies of #951E6C
Complementary color
Monochromatic Colors of #951E6C
Black with #951E6C
Text Example
Text Example
White with #951E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951E6C; }
p { color: rgb(149,30,108); }
H1.HeaderClassName
{
color: #951E6C;
}
.AnyTagClassName
{
color: #951E6C;
}
</style>
background-color css
<style>
a { background-color: #951E6C; }
a { background-color: rgb(149,30,108); }
div.DivClassName
{
background-color: #951E6C;
}
.BgClassName
{
background-color: #951E6C;
}
</style>
border-color css
<style>
span { border-color: #951E6C; }
span { border-color: rgb(149,30,108); }
td.TdClassName
{
border-color: #951E6C;
}
.TagClassName
{
border-color: #951E6C;
}
</style>