Shades of Dark Purple #951D75
Tints of Dark Purple #951D75
RGB
CMYK
RGB Variations
Color information
#951D75 (or 0x951D75) is known color: Dark Purple. HEX triplet: 95, 1D and 75. RGB value is (149,29,117). Sum of RGB (Red+Green+Blue) = 149+29+117=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #951D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951D75 is #6AE28A. Grayscale: #4A4A4A. Windows color (decimal): -7004811 or 7675285. OLE color: 7675285.
HSL color Cylindrical-coordinate representation of color #951D75: hue angle of 316º degrees, saturation: 0.67, 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 #951D75 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 29 | 117 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.42 |
| HSL | 316º | 0.67% | 0.35% | - |
| HSV(B) | 316º | 0.81% | 0.58% | - |
| XYZ | 16.04 | 8.55 | 17.63 | - |
| YUV | 74.91 | 151.76 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 29 | 117 | 0 | 0.81 | 0.21 | 0.42 | 316 | 0.67 | 0.35 |
| Hex | 95 | 1D | 75 | 0 | 51 | 15 | 2A | 13C | 43 | 23 |
| Octal | 225 | 35 | 165 | 0 | 121 | 25 | 52 | 474 | 103 | 43 |
| Binary | 10010101 | 11101 | 1110101 | 0 | 1010001 | 10101 | 101010 | 100111100 | 1000011 | 100011 |
Color Harmonies of #951D75
Complementary color
Monochromatic Colors of #951D75
Black with #951D75
Text Example
Text Example
White with #951D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951D75; }
p { color: rgb(149,29,117); }
H1.HeaderClassName
{
color: #951D75;
}
.AnyTagClassName
{
color: #951D75;
}
</style>
background-color css
<style>
a { background-color: #951D75; }
a { background-color: rgb(149,29,117); }
div.DivClassName
{
background-color: #951D75;
}
.BgClassName
{
background-color: #951D75;
}
</style>
border-color css
<style>
span { border-color: #951D75; }
span { border-color: rgb(149,29,117); }
td.TdClassName
{
border-color: #951D75;
}
.TagClassName
{
border-color: #951D75;
}
</style>