Shades of Dark Purple #964280
Tints of Dark Purple #964280
RGB
CMYK
RGB Variations
Color information
#964280 (or 0x964280) is known color: Dark Purple. HEX triplet: 96, 42 and 80. RGB value is (150,66,128). Sum of RGB (Red+Green+Blue) = 150+66+128=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #964280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964280 is #69BD7F. Grayscale: #626262. Windows color (decimal): -6929792 or 8405654. OLE color: 8405654.
HSL color Cylindrical-coordinate representation of color #964280: hue angle of 315.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #964280 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 66 | 128 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.41 |
| HSL | 315.71º | 0.39% | 0.42% | - |
| HSV(B) | 315.71º | 0.56% | 0.59% | - |
| XYZ | 18.42 | 11.94 | 21.76 | - |
| YUV | 98.18 | 144.83 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 66 | 128 | 0 | 0.56 | 0.15 | 0.41 | 315.71 | 0.39 | 0.42 |
| Hex | 96 | 42 | 80 | 0 | 38 | F | 29 | 13C | 27 | 2A |
| Octal | 226 | 102 | 200 | 0 | 70 | 17 | 51 | 474 | 47 | 52 |
| Binary | 10010110 | 1000010 | 10000000 | 0 | 111000 | 1111 | 101001 | 100111100 | 100111 | 101010 |
Color Harmonies of #964280
Complementary color
Monochromatic Colors of #964280
Black with #964280
Text Example
Text Example
White with #964280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964280; }
p { color: rgb(150,66,128); }
H1.HeaderClassName
{
color: #964280;
}
.AnyTagClassName
{
color: #964280;
}
</style>
background-color css
<style>
a { background-color: #964280; }
a { background-color: rgb(150,66,128); }
div.DivClassName
{
background-color: #964280;
}
.BgClassName
{
background-color: #964280;
}
</style>
border-color css
<style>
span { border-color: #964280; }
span { border-color: rgb(150,66,128); }
td.TdClassName
{
border-color: #964280;
}
.TagClassName
{
border-color: #964280;
}
</style>