Shades of Dark Purple #96296F
Tints of Dark Purple #96296F
RGB
CMYK
RGB Variations
Color information
#96296F (or 0x96296F) is known color: Dark Purple. HEX triplet: 96, 29 and 6F. RGB value is (150,41,111). Sum of RGB (Red+Green+Blue) = 150+41+111=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #96296F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96296F is #69D690. Grayscale: #515151. Windows color (decimal): -6936209 or 7285142. OLE color: 7285142.
HSL color Cylindrical-coordinate representation of color #96296F: hue angle of 321.47º 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 #96296F is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 41 | 111 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.41 |
| HSL | 321.47º | 0.57% | 0.37% | - |
| HSV(B) | 321.47º | 0.73% | 0.59% | - |
| XYZ | 16.24 | 9.22 | 15.96 | - |
| YUV | 81.57 | 144.61 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 41 | 111 | 0 | 0.73 | 0.26 | 0.41 | 321.47 | 0.57 | 0.37 |
| Hex | 96 | 29 | 6F | 0 | 49 | 1A | 29 | 141 | 39 | 25 |
| Octal | 226 | 51 | 157 | 0 | 111 | 32 | 51 | 501 | 71 | 45 |
| Binary | 10010110 | 101001 | 1101111 | 0 | 1001001 | 11010 | 101001 | 101000001 | 111001 | 100101 |
Color Harmonies of #96296F
Complementary color
Monochromatic Colors of #96296F
Black with #96296F
Text Example
Text Example
White with #96296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96296F; }
p { color: rgb(150,41,111); }
H1.HeaderClassName
{
color: #96296F;
}
.AnyTagClassName
{
color: #96296F;
}
</style>
background-color css
<style>
a { background-color: #96296F; }
a { background-color: rgb(150,41,111); }
div.DivClassName
{
background-color: #96296F;
}
.BgClassName
{
background-color: #96296F;
}
</style>
border-color css
<style>
span { border-color: #96296F; }
span { border-color: rgb(150,41,111); }
td.TdClassName
{
border-color: #96296F;
}
.TagClassName
{
border-color: #96296F;
}
</style>