Shades of Dark Purple #962877
Tints of Dark Purple #962877
RGB
CMYK
RGB Variations
Color information
#962877 (or 0x962877) is known color: Dark Purple. HEX triplet: 96, 28 and 77. RGB value is (150,40,119). Sum of RGB (Red+Green+Blue) = 150+40+119=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #962877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962877 is #69D788. Grayscale: #515151. Windows color (decimal): -6936457 or 7809174. OLE color: 7809174.
HSL color Cylindrical-coordinate representation of color #962877: hue angle of 316.91º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962877 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 40 | 119 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.41 |
| HSL | 316.91º | 0.58% | 0.37% | - |
| HSV(B) | 316.91º | 0.73% | 0.59% | - |
| XYZ | 16.67 | 9.33 | 18.38 | - |
| YUV | 81.9 | 148.94 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 119 | 0 | 0.73 | 0.21 | 0.41 | 316.91 | 0.58 | 0.37 |
| Hex | 96 | 28 | 77 | 0 | 49 | 15 | 29 | 13D | 3A | 25 |
| Octal | 226 | 50 | 167 | 0 | 111 | 25 | 51 | 475 | 72 | 45 |
| Binary | 10010110 | 101000 | 1110111 | 0 | 1001001 | 10101 | 101001 | 100111101 | 111010 | 100101 |
Color Harmonies of #962877
Complementary color
Monochromatic Colors of #962877
Black with #962877
Text Example
Text Example
White with #962877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962877; }
p { color: rgb(150,40,119); }
H1.HeaderClassName
{
color: #962877;
}
.AnyTagClassName
{
color: #962877;
}
</style>
background-color css
<style>
a { background-color: #962877; }
a { background-color: rgb(150,40,119); }
div.DivClassName
{
background-color: #962877;
}
.BgClassName
{
background-color: #962877;
}
</style>
border-color css
<style>
span { border-color: #962877; }
span { border-color: rgb(150,40,119); }
td.TdClassName
{
border-color: #962877;
}
.TagClassName
{
border-color: #962877;
}
</style>