Shades of Dark Purple #962177
Tints of Dark Purple #962177
RGB
CMYK
RGB Variations
Color information
#962177 (or 0x962177) is known color: Dark Purple. HEX triplet: 96, 21 and 77. RGB value is (150,33,119). Sum of RGB (Red+Green+Blue) = 150+33+119=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #962177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962177 is #69DE88. Grayscale: #4D4D4D. Windows color (decimal): -6938249 or 7807382. OLE color: 7807382.
HSL color Cylindrical-coordinate representation of color #962177: hue angle of 315.9º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #962177 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 33 | 119 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.41 |
| HSL | 315.9º | 0.64% | 0.36% | - |
| HSV(B) | 315.9º | 0.78% | 0.59% | - |
| XYZ | 16.45 | 8.9 | 18.3 | - |
| YUV | 77.79 | 151.26 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 33 | 119 | 0 | 0.78 | 0.21 | 0.41 | 315.9 | 0.64 | 0.36 |
| Hex | 96 | 21 | 77 | 0 | 4E | 15 | 29 | 13C | 40 | 24 |
| Octal | 226 | 41 | 167 | 0 | 116 | 25 | 51 | 474 | 100 | 44 |
| Binary | 10010110 | 100001 | 1110111 | 0 | 1001110 | 10101 | 101001 | 100111100 | 1000000 | 100100 |
Color Harmonies of #962177
Complementary color
Monochromatic Colors of #962177
Black with #962177
Text Example
Text Example
White with #962177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962177; }
p { color: rgb(150,33,119); }
H1.HeaderClassName
{
color: #962177;
}
.AnyTagClassName
{
color: #962177;
}
</style>
background-color css
<style>
a { background-color: #962177; }
a { background-color: rgb(150,33,119); }
div.DivClassName
{
background-color: #962177;
}
.BgClassName
{
background-color: #962177;
}
</style>
border-color css
<style>
span { border-color: #962177; }
span { border-color: rgb(150,33,119); }
td.TdClassName
{
border-color: #962177;
}
.TagClassName
{
border-color: #962177;
}
</style>