Shades of Dark Purple #962279
Tints of Dark Purple #962279
RGB
CMYK
RGB Variations
Color information
#962279 (or 0x962279) is known color: Dark Purple. HEX triplet: 96, 22 and 79. RGB value is (150,34,121). Sum of RGB (Red+Green+Blue) = 150+34+121=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #962279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962279 is #69DD86. Grayscale: #4E4E4E. Windows color (decimal): -6937991 or 7938710. OLE color: 7938710.
HSL color Cylindrical-coordinate representation of color #962279: hue angle of 315º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962279 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 34 | 121 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.41 |
| HSL | 315º | 0.63% | 0.36% | - |
| HSV(B) | 315º | 0.77% | 0.59% | - |
| XYZ | 16.6 | 9.01 | 18.95 | - |
| YUV | 78.6 | 151.93 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 34 | 121 | 0 | 0.77 | 0.19 | 0.41 | 315 | 0.63 | 0.36 |
| Hex | 96 | 22 | 79 | 0 | 4D | 13 | 29 | 13B | 3F | 24 |
| Octal | 226 | 42 | 171 | 0 | 115 | 23 | 51 | 473 | 77 | 44 |
| Binary | 10010110 | 100010 | 1111001 | 0 | 1001101 | 10011 | 101001 | 100111011 | 111111 | 100100 |
Color Harmonies of #962279
Complementary color
Monochromatic Colors of #962279
Black with #962279
Text Example
Text Example
White with #962279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962279; }
p { color: rgb(150,34,121); }
H1.HeaderClassName
{
color: #962279;
}
.AnyTagClassName
{
color: #962279;
}
</style>
background-color css
<style>
a { background-color: #962279; }
a { background-color: rgb(150,34,121); }
div.DivClassName
{
background-color: #962279;
}
.BgClassName
{
background-color: #962279;
}
</style>
border-color css
<style>
span { border-color: #962279; }
span { border-color: rgb(150,34,121); }
td.TdClassName
{
border-color: #962279;
}
.TagClassName
{
border-color: #962279;
}
</style>