Shades of Dark Purple #951878
Tints of Dark Purple #951878
RGB
CMYK
RGB Variations
Color information
#951878 (or 0x951878) is known color: Dark Purple. HEX triplet: 95, 18 and 78. RGB value is (149,24,120). Sum of RGB (Red+Green+Blue) = 149+24+120=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #951878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951878 is #6AE787. Grayscale: #484848. Windows color (decimal): -7006088 or 7870613. OLE color: 7870613.
HSL color Cylindrical-coordinate representation of color #951878: hue angle of 313.92º 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 #951878 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 24 | 120 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.42 |
| HSL | 313.92º | 0.72% | 0.34% | - |
| HSV(B) | 313.92º | 0.84% | 0.58% | - |
| XYZ | 16.11 | 8.4 | 18.54 | - |
| YUV | 72.32 | 154.91 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 24 | 120 | 0 | 0.84 | 0.19 | 0.42 | 313.92 | 0.72 | 0.34 |
| Hex | 95 | 18 | 78 | 0 | 54 | 13 | 2A | 13A | 48 | 22 |
| Octal | 225 | 30 | 170 | 0 | 124 | 23 | 52 | 472 | 110 | 42 |
| Binary | 10010101 | 11000 | 1111000 | 0 | 1010100 | 10011 | 101010 | 100111010 | 1001000 | 100010 |
Color Harmonies of #951878
Complementary color
Monochromatic Colors of #951878
Black with #951878
Text Example
Text Example
White with #951878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951878; }
p { color: rgb(149,24,120); }
H1.HeaderClassName
{
color: #951878;
}
.AnyTagClassName
{
color: #951878;
}
</style>
background-color css
<style>
a { background-color: #951878; }
a { background-color: rgb(149,24,120); }
div.DivClassName
{
background-color: #951878;
}
.BgClassName
{
background-color: #951878;
}
</style>
border-color css
<style>
span { border-color: #951878; }
span { border-color: rgb(149,24,120); }
td.TdClassName
{
border-color: #951878;
}
.TagClassName
{
border-color: #951878;
}
</style>