Shades of Dark Purple #963279
Tints of Dark Purple #963279
RGB
CMYK
RGB Variations
Color information
#963279 (or 0x963279) is known color: Dark Purple. HEX triplet: 96, 32 and 79. RGB value is (150,50,121). Sum of RGB (Red+Green+Blue) = 150+50+121=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #963279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963279 is #69CD86. Grayscale: #575757. Windows color (decimal): -6933895 or 7942806. OLE color: 7942806.
HSL color Cylindrical-coordinate representation of color #963279: hue angle of 317.4º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963279 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 50 | 121 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.41 |
| HSL | 317.4º | 0.5% | 0.39% | - |
| HSV(B) | 317.4º | 0.67% | 0.59% | - |
| XYZ | 17.17 | 10.15 | 19.14 | - |
| YUV | 87.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 121 | 0 | 0.67 | 0.19 | 0.41 | 317.4 | 0.5 | 0.39 |
| Hex | 96 | 32 | 79 | 0 | 43 | 13 | 29 | 13D | 32 | 27 |
| Octal | 226 | 62 | 171 | 0 | 103 | 23 | 51 | 475 | 62 | 47 |
| Binary | 10010110 | 110010 | 1111001 | 0 | 1000011 | 10011 | 101001 | 100111101 | 110010 | 100111 |
Color Harmonies of #963279
Complementary color
Monochromatic Colors of #963279
Black with #963279
Text Example
Text Example
White with #963279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963279; }
p { color: rgb(150,50,121); }
H1.HeaderClassName
{
color: #963279;
}
.AnyTagClassName
{
color: #963279;
}
</style>
background-color css
<style>
a { background-color: #963279; }
a { background-color: rgb(150,50,121); }
div.DivClassName
{
background-color: #963279;
}
.BgClassName
{
background-color: #963279;
}
</style>
border-color css
<style>
span { border-color: #963279; }
span { border-color: rgb(150,50,121); }
td.TdClassName
{
border-color: #963279;
}
.TagClassName
{
border-color: #963279;
}
</style>