Shades of Dark Purple #96287D
Tints of Dark Purple #96287D
RGB
CMYK
RGB Variations
Color information
#96287D (or 0x96287D) is known color: Dark Purple. HEX triplet: 96, 28 and 7D. RGB value is (150,40,125). Sum of RGB (Red+Green+Blue) = 150+40+125=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #96287D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96287D is #69D782. Grayscale: #525252. Windows color (decimal): -6936451 or 8202390. OLE color: 8202390.
HSL color Cylindrical-coordinate representation of color #96287D: hue angle of 313.64º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96287D is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 40 | 125 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.41 |
| HSL | 313.64º | 0.58% | 0.37% | - |
| HSV(B) | 313.64º | 0.73% | 0.59% | - |
| XYZ | 17.04 | 9.48 | 20.33 | - |
| YUV | 82.58 | 151.94 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 125 | 0 | 0.73 | 0.17 | 0.41 | 313.64 | 0.58 | 0.37 |
| Hex | 96 | 28 | 7D | 0 | 49 | 11 | 29 | 13A | 3A | 25 |
| Octal | 226 | 50 | 175 | 0 | 111 | 21 | 51 | 472 | 72 | 45 |
| Binary | 10010110 | 101000 | 1111101 | 0 | 1001001 | 10001 | 101001 | 100111010 | 111010 | 100101 |
Color Harmonies of #96287D
Complementary color
Monochromatic Colors of #96287D
Black with #96287D
Text Example
Text Example
White with #96287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96287D; }
p { color: rgb(150,40,125); }
H1.HeaderClassName
{
color: #96287D;
}
.AnyTagClassName
{
color: #96287D;
}
</style>
background-color css
<style>
a { background-color: #96287D; }
a { background-color: rgb(150,40,125); }
div.DivClassName
{
background-color: #96287D;
}
.BgClassName
{
background-color: #96287D;
}
</style>
border-color css
<style>
span { border-color: #96287D; }
span { border-color: rgb(150,40,125); }
td.TdClassName
{
border-color: #96287D;
}
.TagClassName
{
border-color: #96287D;
}
</style>