Shades of Dark Purple #963974
Tints of Dark Purple #963974
RGB
CMYK
RGB Variations
Color information
#963974 (or 0x963974) is known color: Dark Purple. HEX triplet: 96, 39 and 74. RGB value is (150,57,116). Sum of RGB (Red+Green+Blue) = 150+57+116=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #963974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963974 is #69C68B. Grayscale: #5B5B5B. Windows color (decimal): -6932108 or 7616918. OLE color: 7616918.
HSL color Cylindrical-coordinate representation of color #963974: hue angle of 321.94º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #963974 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 57 | 116 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.41 |
| HSL | 321.94º | 0.45% | 0.41% | - |
| HSV(B) | 321.94º | 0.62% | 0.59% | - |
| XYZ | 17.19 | 10.67 | 17.68 | - |
| YUV | 91.53 | 141.81 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 57 | 116 | 0 | 0.62 | 0.23 | 0.41 | 321.94 | 0.45 | 0.41 |
| Hex | 96 | 39 | 74 | 0 | 3E | 17 | 29 | 142 | 2D | 29 |
| Octal | 226 | 71 | 164 | 0 | 76 | 27 | 51 | 502 | 55 | 51 |
| Binary | 10010110 | 111001 | 1110100 | 0 | 111110 | 10111 | 101001 | 101000010 | 101101 | 101001 |
Color Harmonies of #963974
Complementary color
Monochromatic Colors of #963974
Black with #963974
Text Example
Text Example
White with #963974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963974; }
p { color: rgb(150,57,116); }
H1.HeaderClassName
{
color: #963974;
}
.AnyTagClassName
{
color: #963974;
}
</style>
background-color css
<style>
a { background-color: #963974; }
a { background-color: rgb(150,57,116); }
div.DivClassName
{
background-color: #963974;
}
.BgClassName
{
background-color: #963974;
}
</style>
border-color css
<style>
span { border-color: #963974; }
span { border-color: rgb(150,57,116); }
td.TdClassName
{
border-color: #963974;
}
.TagClassName
{
border-color: #963974;
}
</style>