Shades of Dark Purple #961078
Tints of Dark Purple #961078
RGB
CMYK
RGB Variations
Color information
#961078 (or 0x961078) is known color: Dark Purple. HEX triplet: 96, 10 and 78. RGB value is (150,16,120). Sum of RGB (Red+Green+Blue) = 150+16+120=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #961078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961078 is #69EF87. Grayscale: #434343. Windows color (decimal): -6942600 or 7868566. OLE color: 7868566.
HSL color Cylindrical-coordinate representation of color #961078: hue angle of 313.43º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961078 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 16 | 120 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.41 |
| HSL | 313.43º | 0.81% | 0.33% | - |
| HSV(B) | 313.43º | 0.89% | 0.59% | - |
| XYZ | 16.15 | 8.21 | 18.5 | - |
| YUV | 67.92 | 157.39 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 16 | 120 | 0 | 0.89 | 0.20 | 0.41 | 313.43 | 0.81 | 0.33 |
| Hex | 96 | 10 | 78 | 0 | 59 | 14 | 29 | 139 | 51 | 21 |
| Octal | 226 | 20 | 170 | 0 | 131 | 24 | 51 | 471 | 121 | 41 |
| Binary | 10010110 | 10000 | 1111000 | 0 | 1011001 | 10100 | 101001 | 100111001 | 1010001 | 100001 |
Color Harmonies of #961078
Complementary color
Monochromatic Colors of #961078
Black with #961078
Text Example
Text Example
White with #961078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961078; }
p { color: rgb(150,16,120); }
H1.HeaderClassName
{
color: #961078;
}
.AnyTagClassName
{
color: #961078;
}
</style>
background-color css
<style>
a { background-color: #961078; }
a { background-color: rgb(150,16,120); }
div.DivClassName
{
background-color: #961078;
}
.BgClassName
{
background-color: #961078;
}
</style>
border-color css
<style>
span { border-color: #961078; }
span { border-color: rgb(150,16,120); }
td.TdClassName
{
border-color: #961078;
}
.TagClassName
{
border-color: #961078;
}
</style>