Shades of Dark Purple #962D8D
Tints of Dark Purple #962D8D
RGB
CMYK
RGB Variations
Color information
#962D8D (or 0x962D8D) is known color: Dark Purple. HEX triplet: 96, 2D and 8D. RGB value is (150,45,141). Sum of RGB (Red+Green+Blue) = 150+45+141=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #962D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962D8D is #69D272. Grayscale: #575757. Windows color (decimal): -6935155 or 9252246. OLE color: 9252246.
HSL color Cylindrical-coordinate representation of color #962D8D: hue angle of 305.14º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #962D8D is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 45 | 141 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.41 |
| HSL | 305.14º | 0.54% | 0.38% | - |
| HSV(B) | 305.14º | 0.7% | 0.59% | - |
| XYZ | 18.32 | 10.28 | 26.22 | - |
| YUV | 87.34 | 158.29 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 141 | 0 | 0.70 | 0.06 | 0.41 | 305.14 | 0.54 | 0.38 |
| Hex | 96 | 2D | 8D | 0 | 46 | 6 | 29 | 131 | 36 | 26 |
| Octal | 226 | 55 | 215 | 0 | 106 | 6 | 51 | 461 | 66 | 46 |
| Binary | 10010110 | 101101 | 10001101 | 0 | 1000110 | 110 | 101001 | 100110001 | 110110 | 100110 |
Color Harmonies of #962D8D
Complementary color
Monochromatic Colors of #962D8D
Black with #962D8D
Text Example
Text Example
White with #962D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962D8D; }
p { color: rgb(150,45,141); }
H1.HeaderClassName
{
color: #962D8D;
}
.AnyTagClassName
{
color: #962D8D;
}
</style>
background-color css
<style>
a { background-color: #962D8D; }
a { background-color: rgb(150,45,141); }
div.DivClassName
{
background-color: #962D8D;
}
.BgClassName
{
background-color: #962D8D;
}
</style>
border-color css
<style>
span { border-color: #962D8D; }
span { border-color: rgb(150,45,141); }
td.TdClassName
{
border-color: #962D8D;
}
.TagClassName
{
border-color: #962D8D;
}
</style>