Shades of Dark Purple #962679
Tints of Dark Purple #962679
RGB
CMYK
RGB Variations
Color information
#962679 (or 0x962679) is known color: Dark Purple. HEX triplet: 96, 26 and 79. RGB value is (150,38,121). Sum of RGB (Red+Green+Blue) = 150+38+121=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #962679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962679 is #69D986. Grayscale: #505050. Windows color (decimal): -6936967 or 7939734. OLE color: 7939734.
HSL color Cylindrical-coordinate representation of color #962679: hue angle of 315.54º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962679 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 38 | 121 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.41 |
| HSL | 315.54º | 0.6% | 0.37% | - |
| HSV(B) | 315.54º | 0.75% | 0.59% | - |
| XYZ | 16.72 | 9.25 | 18.99 | - |
| YUV | 80.95 | 150.61 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 38 | 121 | 0 | 0.75 | 0.19 | 0.41 | 315.54 | 0.6 | 0.37 |
| Hex | 96 | 26 | 79 | 0 | 4B | 13 | 29 | 13C | 3C | 25 |
| Octal | 226 | 46 | 171 | 0 | 113 | 23 | 51 | 474 | 74 | 45 |
| Binary | 10010110 | 100110 | 1111001 | 0 | 1001011 | 10011 | 101001 | 100111100 | 111100 | 100101 |
Color Harmonies of #962679
Complementary color
Monochromatic Colors of #962679
Black with #962679
Text Example
Text Example
White with #962679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962679; }
p { color: rgb(150,38,121); }
H1.HeaderClassName
{
color: #962679;
}
.AnyTagClassName
{
color: #962679;
}
</style>
background-color css
<style>
a { background-color: #962679; }
a { background-color: rgb(150,38,121); }
div.DivClassName
{
background-color: #962679;
}
.BgClassName
{
background-color: #962679;
}
</style>
border-color css
<style>
span { border-color: #962679; }
span { border-color: rgb(150,38,121); }
td.TdClassName
{
border-color: #962679;
}
.TagClassName
{
border-color: #962679;
}
</style>