Shades of Dark Purple #962A78
Tints of Dark Purple #962A78
RGB
CMYK
RGB Variations
Color information
#962A78 (or 0x962A78) is known color: Dark Purple. HEX triplet: 96, 2A and 78. RGB value is (150,42,120). Sum of RGB (Red+Green+Blue) = 150+42+120=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #962A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962A78 is #69D587. Grayscale: #525252. Windows color (decimal): -6935944 or 7875222. OLE color: 7875222.
HSL color Cylindrical-coordinate representation of color #962A78: hue angle of 316.67º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #962A78 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 42 | 120 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.41 |
| HSL | 316.67º | 0.56% | 0.38% | - |
| HSV(B) | 316.67º | 0.72% | 0.59% | - |
| XYZ | 16.8 | 9.5 | 18.72 | - |
| YUV | 83.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 42 | 120 | 0 | 0.72 | 0.20 | 0.41 | 316.67 | 0.56 | 0.38 |
| Hex | 96 | 2A | 78 | 0 | 48 | 14 | 29 | 13D | 38 | 26 |
| Octal | 226 | 52 | 170 | 0 | 110 | 24 | 51 | 475 | 70 | 46 |
| Binary | 10010110 | 101010 | 1111000 | 0 | 1001000 | 10100 | 101001 | 100111101 | 111000 | 100110 |
Color Harmonies of #962A78
Complementary color
Monochromatic Colors of #962A78
Black with #962A78
Text Example
Text Example
White with #962A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962A78; }
p { color: rgb(150,42,120); }
H1.HeaderClassName
{
color: #962A78;
}
.AnyTagClassName
{
color: #962A78;
}
</style>
background-color css
<style>
a { background-color: #962A78; }
a { background-color: rgb(150,42,120); }
div.DivClassName
{
background-color: #962A78;
}
.BgClassName
{
background-color: #962A78;
}
</style>
border-color css
<style>
span { border-color: #962A78; }
span { border-color: rgb(150,42,120); }
td.TdClassName
{
border-color: #962A78;
}
.TagClassName
{
border-color: #962A78;
}
</style>