Shades of Dark Purple #951870
Tints of Dark Purple #951870
RGB
CMYK
RGB Variations
Color information
#951870 (or 0x951870) is known color: Dark Purple. HEX triplet: 95, 18 and 70. RGB value is (149,24,112). Sum of RGB (Red+Green+Blue) = 149+24+112=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #951870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951870 is #6AE78F. Grayscale: #474747. Windows color (decimal): -7006096 or 7346325. OLE color: 7346325.
HSL color Cylindrical-coordinate representation of color #951870: hue angle of 317.76º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951870 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 24 | 112 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.42 |
| HSL | 317.76º | 0.72% | 0.34% | - |
| HSV(B) | 317.76º | 0.84% | 0.58% | - |
| XYZ | 15.65 | 8.21 | 16.09 | - |
| YUV | 71.41 | 150.91 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 24 | 112 | 0 | 0.84 | 0.25 | 0.42 | 317.76 | 0.72 | 0.34 |
| Hex | 95 | 18 | 70 | 0 | 54 | 19 | 2A | 13E | 48 | 22 |
| Octal | 225 | 30 | 160 | 0 | 124 | 31 | 52 | 476 | 110 | 42 |
| Binary | 10010101 | 11000 | 1110000 | 0 | 1010100 | 11001 | 101010 | 100111110 | 1001000 | 100010 |
Color Harmonies of #951870
Complementary color
Monochromatic Colors of #951870
Black with #951870
Text Example
Text Example
White with #951870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951870; }
p { color: rgb(149,24,112); }
H1.HeaderClassName
{
color: #951870;
}
.AnyTagClassName
{
color: #951870;
}
</style>
background-color css
<style>
a { background-color: #951870; }
a { background-color: rgb(149,24,112); }
div.DivClassName
{
background-color: #951870;
}
.BgClassName
{
background-color: #951870;
}
</style>
border-color css
<style>
span { border-color: #951870; }
span { border-color: rgb(149,24,112); }
td.TdClassName
{
border-color: #951870;
}
.TagClassName
{
border-color: #951870;
}
</style>