Shades of Dark Purple #962A7E
Tints of Dark Purple #962A7E
RGB
CMYK
RGB Variations
Color information
#962A7E (or 0x962A7E) is known color: Dark Purple. HEX triplet: 96, 2A and 7E. RGB value is (150,42,126). Sum of RGB (Red+Green+Blue) = 150+42+126=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #962A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962A7E is #69D581. Grayscale: #535353. Windows color (decimal): -6935938 or 8268438. OLE color: 8268438.
HSL color Cylindrical-coordinate representation of color #962A7E: hue angle of 313.33º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #962A7E is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 42 | 126 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.41 |
| HSL | 313.33º | 0.56% | 0.38% | - |
| HSV(B) | 313.33º | 0.72% | 0.59% | - |
| XYZ | 17.17 | 9.65 | 20.7 | - |
| YUV | 83.87 | 151.78 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 42 | 126 | 0 | 0.72 | 0.16 | 0.41 | 313.33 | 0.56 | 0.38 |
| Hex | 96 | 2A | 7E | 0 | 48 | 10 | 29 | 139 | 38 | 26 |
| Octal | 226 | 52 | 176 | 0 | 110 | 20 | 51 | 471 | 70 | 46 |
| Binary | 10010110 | 101010 | 1111110 | 0 | 1001000 | 10000 | 101001 | 100111001 | 111000 | 100110 |
Color Harmonies of #962A7E
Complementary color
Monochromatic Colors of #962A7E
Black with #962A7E
Text Example
Text Example
White with #962A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962A7E; }
p { color: rgb(150,42,126); }
H1.HeaderClassName
{
color: #962A7E;
}
.AnyTagClassName
{
color: #962A7E;
}
</style>
background-color css
<style>
a { background-color: #962A7E; }
a { background-color: rgb(150,42,126); }
div.DivClassName
{
background-color: #962A7E;
}
.BgClassName
{
background-color: #962A7E;
}
</style>
border-color css
<style>
span { border-color: #962A7E; }
span { border-color: rgb(150,42,126); }
td.TdClassName
{
border-color: #962A7E;
}
.TagClassName
{
border-color: #962A7E;
}
</style>