Shades of Dark Purple #96298E
Tints of Dark Purple #96298E
RGB
CMYK
RGB Variations
Color information
#96298E (or 0x96298E) is known color: Dark Purple. HEX triplet: 96, 29 and 8E. RGB value is (150,41,142). Sum of RGB (Red+Green+Blue) = 150+41+142=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #96298E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96298E is #69D671. Grayscale: #545454. Windows color (decimal): -6936178 or 9316758. OLE color: 9316758.
HSL color Cylindrical-coordinate representation of color #96298E: hue angle of 304.4º degrees, saturation: 0.57, 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 #96298E is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 41 | 142 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.41 |
| HSL | 304.4º | 0.57% | 0.37% | - |
| HSV(B) | 304.4º | 0.73% | 0.59% | - |
| XYZ | 18.25 | 10.02 | 26.56 | - |
| YUV | 85.11 | 160.11 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 41 | 142 | 0 | 0.73 | 0.05 | 0.41 | 304.4 | 0.57 | 0.37 |
| Hex | 96 | 29 | 8E | 0 | 49 | 5 | 29 | 130 | 39 | 25 |
| Octal | 226 | 51 | 216 | 0 | 111 | 5 | 51 | 460 | 71 | 45 |
| Binary | 10010110 | 101001 | 10001110 | 0 | 1001001 | 101 | 101001 | 100110000 | 111001 | 100101 |
Color Harmonies of #96298E
Complementary color
Monochromatic Colors of #96298E
Black with #96298E
Text Example
Text Example
White with #96298E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96298E; }
p { color: rgb(150,41,142); }
H1.HeaderClassName
{
color: #96298E;
}
.AnyTagClassName
{
color: #96298E;
}
</style>
background-color css
<style>
a { background-color: #96298E; }
a { background-color: rgb(150,41,142); }
div.DivClassName
{
background-color: #96298E;
}
.BgClassName
{
background-color: #96298E;
}
</style>
border-color css
<style>
span { border-color: #96298E; }
span { border-color: rgb(150,41,142); }
td.TdClassName
{
border-color: #96298E;
}
.TagClassName
{
border-color: #96298E;
}
</style>