Shades of Dark Purple #96236D
Tints of Dark Purple #96236D
RGB
CMYK
RGB Variations
Color information
#96236D (or 0x96236D) is known color: Dark Purple. HEX triplet: 96, 23 and 6D. RGB value is (150,35,109). Sum of RGB (Red+Green+Blue) = 150+35+109=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #96236D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96236D is #69DC92. Grayscale: #4D4D4D. Windows color (decimal): -6937747 or 7152534. OLE color: 7152534.
HSL color Cylindrical-coordinate representation of color #96236D: hue angle of 321.39º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #96236D is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 35 | 109 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.41 |
| HSL | 321.39º | 0.62% | 0.36% | - |
| HSV(B) | 321.39º | 0.77% | 0.59% | - |
| XYZ | 15.94 | 8.79 | 15.32 | - |
| YUV | 77.82 | 145.6 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 35 | 109 | 0 | 0.77 | 0.27 | 0.41 | 321.39 | 0.62 | 0.36 |
| Hex | 96 | 23 | 6D | 0 | 4D | 1B | 29 | 141 | 3E | 24 |
| Octal | 226 | 43 | 155 | 0 | 115 | 33 | 51 | 501 | 76 | 44 |
| Binary | 10010110 | 100011 | 1101101 | 0 | 1001101 | 11011 | 101001 | 101000001 | 111110 | 100100 |
Color Harmonies of #96236D
Complementary color
Monochromatic Colors of #96236D
Black with #96236D
Text Example
Text Example
White with #96236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96236D; }
p { color: rgb(150,35,109); }
H1.HeaderClassName
{
color: #96236D;
}
.AnyTagClassName
{
color: #96236D;
}
</style>
background-color css
<style>
a { background-color: #96236D; }
a { background-color: rgb(150,35,109); }
div.DivClassName
{
background-color: #96236D;
}
.BgClassName
{
background-color: #96236D;
}
</style>
border-color css
<style>
span { border-color: #96236D; }
span { border-color: rgb(150,35,109); }
td.TdClassName
{
border-color: #96236D;
}
.TagClassName
{
border-color: #96236D;
}
</style>