Shades of Dark Purple #962C6E
Tints of Dark Purple #962C6E
RGB
CMYK
RGB Variations
Color information
#962C6E (or 0x962C6E) is known color: Dark Purple. HEX triplet: 96, 2C and 6E. RGB value is (150,44,110). Sum of RGB (Red+Green+Blue) = 150+44+110=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #962C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962C6E is #69D391. Grayscale: #535353. Windows color (decimal): -6935442 or 7220374. OLE color: 7220374.
HSL color Cylindrical-coordinate representation of color #962C6E: hue angle of 322.64º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962C6E is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 44 | 110 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.41 |
| HSL | 322.64º | 0.55% | 0.38% | - |
| HSV(B) | 322.64º | 0.71% | 0.59% | - |
| XYZ | 16.29 | 9.41 | 15.71 | - |
| YUV | 83.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 110 | 0 | 0.71 | 0.27 | 0.41 | 322.64 | 0.55 | 0.38 |
| Hex | 96 | 2C | 6E | 0 | 47 | 1B | 29 | 143 | 37 | 26 |
| Octal | 226 | 54 | 156 | 0 | 107 | 33 | 51 | 503 | 67 | 46 |
| Binary | 10010110 | 101100 | 1101110 | 0 | 1000111 | 11011 | 101001 | 101000011 | 110111 | 100110 |
Color Harmonies of #962C6E
Complementary color
Monochromatic Colors of #962C6E
Black with #962C6E
Text Example
Text Example
White with #962C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962C6E; }
p { color: rgb(150,44,110); }
H1.HeaderClassName
{
color: #962C6E;
}
.AnyTagClassName
{
color: #962C6E;
}
</style>
background-color css
<style>
a { background-color: #962C6E; }
a { background-color: rgb(150,44,110); }
div.DivClassName
{
background-color: #962C6E;
}
.BgClassName
{
background-color: #962C6E;
}
</style>
border-color css
<style>
span { border-color: #962C6E; }
span { border-color: rgb(150,44,110); }
td.TdClassName
{
border-color: #962C6E;
}
.TagClassName
{
border-color: #962C6E;
}
</style>