Shades of Dark Purple #951A70
Tints of Dark Purple #951A70
RGB
CMYK
RGB Variations
Color information
#951A70 (or 0x951A70) is known color: Dark Purple. HEX triplet: 95, 1A and 70. RGB value is (149,26,112). Sum of RGB (Red+Green+Blue) = 149+26+112=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #951A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951A70 is #6AE58F. Grayscale: #484848. Windows color (decimal): -7005584 or 7346837. OLE color: 7346837.
HSL color Cylindrical-coordinate representation of color #951A70: hue angle of 318.05º 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 #951A70 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 26 | 112 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.42 |
| HSL | 318.05º | 0.7% | 0.34% | - |
| HSV(B) | 318.05º | 0.83% | 0.58% | - |
| XYZ | 15.69 | 8.3 | 16.1 | - |
| YUV | 72.58 | 150.25 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 26 | 112 | 0 | 0.83 | 0.25 | 0.42 | 318.05 | 0.7 | 0.34 |
| Hex | 95 | 1A | 70 | 0 | 53 | 19 | 2A | 13E | 46 | 22 |
| Octal | 225 | 32 | 160 | 0 | 123 | 31 | 52 | 476 | 106 | 42 |
| Binary | 10010101 | 11010 | 1110000 | 0 | 1010011 | 11001 | 101010 | 100111110 | 1000110 | 100010 |
Color Harmonies of #951A70
Complementary color
Monochromatic Colors of #951A70
Black with #951A70
Text Example
Text Example
White with #951A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951A70; }
p { color: rgb(149,26,112); }
H1.HeaderClassName
{
color: #951A70;
}
.AnyTagClassName
{
color: #951A70;
}
</style>
background-color css
<style>
a { background-color: #951A70; }
a { background-color: rgb(149,26,112); }
div.DivClassName
{
background-color: #951A70;
}
.BgClassName
{
background-color: #951A70;
}
</style>
border-color css
<style>
span { border-color: #951A70; }
span { border-color: rgb(149,26,112); }
td.TdClassName
{
border-color: #951A70;
}
.TagClassName
{
border-color: #951A70;
}
</style>