Shades of Dark Purple #963175
Tints of Dark Purple #963175
RGB
CMYK
RGB Variations
Color information
#963175 (or 0x963175) is known color: Dark Purple. HEX triplet: 96, 31 and 75. RGB value is (150,49,117). Sum of RGB (Red+Green+Blue) = 150+49+117=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #963175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963175 is #69CE8A. Grayscale: #565656. Windows color (decimal): -6934155 or 7680406. OLE color: 7680406.
HSL color Cylindrical-coordinate representation of color #963175: hue angle of 319.6º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963175 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 49 | 117 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.41 |
| HSL | 319.6º | 0.51% | 0.39% | - |
| HSV(B) | 319.6º | 0.67% | 0.59% | - |
| XYZ | 16.89 | 9.97 | 17.86 | - |
| YUV | 86.95 | 144.96 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 49 | 117 | 0 | 0.67 | 0.22 | 0.41 | 319.6 | 0.51 | 0.39 |
| Hex | 96 | 31 | 75 | 0 | 43 | 16 | 29 | 140 | 33 | 27 |
| Octal | 226 | 61 | 165 | 0 | 103 | 26 | 51 | 500 | 63 | 47 |
| Binary | 10010110 | 110001 | 1110101 | 0 | 1000011 | 10110 | 101001 | 101000000 | 110011 | 100111 |
Color Harmonies of #963175
Complementary color
Monochromatic Colors of #963175
Black with #963175
Text Example
Text Example
White with #963175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963175; }
p { color: rgb(150,49,117); }
H1.HeaderClassName
{
color: #963175;
}
.AnyTagClassName
{
color: #963175;
}
</style>
background-color css
<style>
a { background-color: #963175; }
a { background-color: rgb(150,49,117); }
div.DivClassName
{
background-color: #963175;
}
.BgClassName
{
background-color: #963175;
}
</style>
border-color css
<style>
span { border-color: #963175; }
span { border-color: rgb(150,49,117); }
td.TdClassName
{
border-color: #963175;
}
.TagClassName
{
border-color: #963175;
}
</style>