Shades of Dark Purple #961878
Tints of Dark Purple #961878
RGB
CMYK
RGB Variations
Color information
#961878 (or 0x961878) is known color: Dark Purple. HEX triplet: 96, 18 and 78. RGB value is (150,24,120). Sum of RGB (Red+Green+Blue) = 150+24+120=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #961878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961878 is #69E787. Grayscale: #484848. Windows color (decimal): -6940552 or 7870614. OLE color: 7870614.
HSL color Cylindrical-coordinate representation of color #961878: hue angle of 314.29º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961878 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 24 | 120 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.41 |
| HSL | 314.29º | 0.72% | 0.34% | - |
| HSV(B) | 314.29º | 0.84% | 0.59% | - |
| XYZ | 16.29 | 8.49 | 18.55 | - |
| YUV | 72.62 | 154.74 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 24 | 120 | 0 | 0.84 | 0.20 | 0.41 | 314.29 | 0.72 | 0.34 |
| Hex | 96 | 18 | 78 | 0 | 54 | 14 | 29 | 13A | 48 | 22 |
| Octal | 226 | 30 | 170 | 0 | 124 | 24 | 51 | 472 | 110 | 42 |
| Binary | 10010110 | 11000 | 1111000 | 0 | 1010100 | 10100 | 101001 | 100111010 | 1001000 | 100010 |
Color Harmonies of #961878
Complementary color
Monochromatic Colors of #961878
Black with #961878
Text Example
Text Example
White with #961878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961878; }
p { color: rgb(150,24,120); }
H1.HeaderClassName
{
color: #961878;
}
.AnyTagClassName
{
color: #961878;
}
</style>
background-color css
<style>
a { background-color: #961878; }
a { background-color: rgb(150,24,120); }
div.DivClassName
{
background-color: #961878;
}
.BgClassName
{
background-color: #961878;
}
</style>
border-color css
<style>
span { border-color: #961878; }
span { border-color: rgb(150,24,120); }
td.TdClassName
{
border-color: #961878;
}
.TagClassName
{
border-color: #961878;
}
</style>