Shades of Dark Purple #951A75
Tints of Dark Purple #951A75
RGB
CMYK
RGB Variations
Color information
#951A75 (or 0x951A75) is known color: Dark Purple. HEX triplet: 95, 1A and 75. RGB value is (149,26,117). Sum of RGB (Red+Green+Blue) = 149+26+117=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #951A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951A75 is #6AE58A. Grayscale: #484848. Windows color (decimal): -7005579 or 7674517. OLE color: 7674517.
HSL color Cylindrical-coordinate representation of color #951A75: hue angle of 315.61º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951A75 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 26 | 117 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.42 |
| HSL | 315.61º | 0.7% | 0.34% | - |
| HSV(B) | 315.61º | 0.83% | 0.58% | - |
| XYZ | 15.97 | 8.41 | 17.61 | - |
| YUV | 73.15 | 152.75 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 26 | 117 | 0 | 0.83 | 0.21 | 0.42 | 315.61 | 0.7 | 0.34 |
| Hex | 95 | 1A | 75 | 0 | 53 | 15 | 2A | 13C | 46 | 22 |
| Octal | 225 | 32 | 165 | 0 | 123 | 25 | 52 | 474 | 106 | 42 |
| Binary | 10010101 | 11010 | 1110101 | 0 | 1010011 | 10101 | 101010 | 100111100 | 1000110 | 100010 |
Color Harmonies of #951A75
Complementary color
Monochromatic Colors of #951A75
Black with #951A75
Text Example
Text Example
White with #951A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951A75; }
p { color: rgb(149,26,117); }
H1.HeaderClassName
{
color: #951A75;
}
.AnyTagClassName
{
color: #951A75;
}
</style>
background-color css
<style>
a { background-color: #951A75; }
a { background-color: rgb(149,26,117); }
div.DivClassName
{
background-color: #951A75;
}
.BgClassName
{
background-color: #951A75;
}
</style>
border-color css
<style>
span { border-color: #951A75; }
span { border-color: rgb(149,26,117); }
td.TdClassName
{
border-color: #951A75;
}
.TagClassName
{
border-color: #951A75;
}
</style>