Shades of Dark Purple #962D8F
Tints of Dark Purple #962D8F
RGB
CMYK
RGB Variations
Color information
#962D8F (or 0x962D8F) is known color: Dark Purple. HEX triplet: 96, 2D and 8F. RGB value is (150,45,143). Sum of RGB (Red+Green+Blue) = 150+45+143=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #962D8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962D8F is #69D270. Grayscale: #575757. Windows color (decimal): -6935153 or 9383318. OLE color: 9383318.
HSL color Cylindrical-coordinate representation of color #962D8F: hue angle of 304º 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 #962D8F is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 45 | 143 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.41 |
| HSL | 304º | 0.54% | 0.38% | - |
| HSV(B) | 304º | 0.7% | 0.59% | - |
| XYZ | 18.47 | 10.34 | 27.01 | - |
| YUV | 87.57 | 159.29 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 143 | 0 | 0.70 | 0.05 | 0.41 | 304 | 0.54 | 0.38 |
| Hex | 96 | 2D | 8F | 0 | 46 | 5 | 29 | 130 | 36 | 26 |
| Octal | 226 | 55 | 217 | 0 | 106 | 5 | 51 | 460 | 66 | 46 |
| Binary | 10010110 | 101101 | 10001111 | 0 | 1000110 | 101 | 101001 | 100110000 | 110110 | 100110 |
Color Harmonies of #962D8F
Complementary color
Monochromatic Colors of #962D8F
Black with #962D8F
Text Example
Text Example
White with #962D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962D8F; }
p { color: rgb(150,45,143); }
H1.HeaderClassName
{
color: #962D8F;
}
.AnyTagClassName
{
color: #962D8F;
}
</style>
background-color css
<style>
a { background-color: #962D8F; }
a { background-color: rgb(150,45,143); }
div.DivClassName
{
background-color: #962D8F;
}
.BgClassName
{
background-color: #962D8F;
}
</style>
border-color css
<style>
span { border-color: #962D8F; }
span { border-color: rgb(150,45,143); }
td.TdClassName
{
border-color: #962D8F;
}
.TagClassName
{
border-color: #962D8F;
}
</style>