Shades of Dark Purple #962D8C
Tints of Dark Purple #962D8C
RGB
CMYK
RGB Variations
Color information
#962D8C (or 0x962D8C) is known color: Dark Purple. HEX triplet: 96, 2D and 8C. RGB value is (150,45,140). Sum of RGB (Red+Green+Blue) = 150+45+140=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #962D8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962D8C is #69D273. Grayscale: #565656. Windows color (decimal): -6935156 or 9186710. OLE color: 9186710.
HSL color Cylindrical-coordinate representation of color #962D8C: hue angle of 305.71º 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 #962D8C is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 45 | 140 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.41 |
| HSL | 305.71º | 0.54% | 0.38% | - |
| HSV(B) | 305.71º | 0.7% | 0.59% | - |
| XYZ | 18.25 | 10.25 | 25.83 | - |
| YUV | 87.23 | 157.79 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 140 | 0 | 0.70 | 0.07 | 0.41 | 305.71 | 0.54 | 0.38 |
| Hex | 96 | 2D | 8C | 0 | 46 | 7 | 29 | 132 | 36 | 26 |
| Octal | 226 | 55 | 214 | 0 | 106 | 7 | 51 | 462 | 66 | 46 |
| Binary | 10010110 | 101101 | 10001100 | 0 | 1000110 | 111 | 101001 | 100110010 | 110110 | 100110 |
Color Harmonies of #962D8C
Complementary color
Monochromatic Colors of #962D8C
Black with #962D8C
Text Example
Text Example
White with #962D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962D8C; }
p { color: rgb(150,45,140); }
H1.HeaderClassName
{
color: #962D8C;
}
.AnyTagClassName
{
color: #962D8C;
}
</style>
background-color css
<style>
a { background-color: #962D8C; }
a { background-color: rgb(150,45,140); }
div.DivClassName
{
background-color: #962D8C;
}
.BgClassName
{
background-color: #962D8C;
}
</style>
border-color css
<style>
span { border-color: #962D8C; }
span { border-color: rgb(150,45,140); }
td.TdClassName
{
border-color: #962D8C;
}
.TagClassName
{
border-color: #962D8C;
}
</style>