Shades of Dark Purple #963C7E
Tints of Dark Purple #963C7E
RGB
CMYK
RGB Variations
Color information
#963C7E (or 0x963C7E) is known color: Dark Purple. HEX triplet: 96, 3C and 7E. RGB value is (150,60,126). Sum of RGB (Red+Green+Blue) = 150+60+126=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #963C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963C7E is #69C381. Grayscale: #5E5E5E. Windows color (decimal): -6931330 or 8273046. OLE color: 8273046.
HSL color Cylindrical-coordinate representation of color #963C7E: hue angle of 316º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #963C7E is Cyan = 0, Magento = 0.6, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 60 | 126 | - |
| CMYK | 0 | 0.6 | 0.16 | 0.41 |
| HSL | 316º | 0.43% | 0.41% | - |
| HSV(B) | 316º | 0.6% | 0.59% | - |
| XYZ | 17.96 | 11.22 | 20.96 | - |
| YUV | 94.43 | 145.82 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 60 | 126 | 0 | 0.6 | 0.16 | 0.41 | 316 | 0.43 | 0.41 |
| Hex | 96 | 3C | 7E | 0 | 3C | 10 | 29 | 13C | 2B | 29 |
| Octal | 226 | 74 | 176 | 0 | 74 | 20 | 51 | 474 | 53 | 51 |
| Binary | 10010110 | 111100 | 1111110 | 0 | 111100 | 10000 | 101001 | 100111100 | 101011 | 101001 |
Color Harmonies of #963C7E
Complementary color
Monochromatic Colors of #963C7E
Black with #963C7E
Text Example
Text Example
White with #963C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963C7E; }
p { color: rgb(150,60,126); }
H1.HeaderClassName
{
color: #963C7E;
}
.AnyTagClassName
{
color: #963C7E;
}
</style>
background-color css
<style>
a { background-color: #963C7E; }
a { background-color: rgb(150,60,126); }
div.DivClassName
{
background-color: #963C7E;
}
.BgClassName
{
background-color: #963C7E;
}
</style>
border-color css
<style>
span { border-color: #963C7E; }
span { border-color: rgb(150,60,126); }
td.TdClassName
{
border-color: #963C7E;
}
.TagClassName
{
border-color: #963C7E;
}
</style>