Shades of Dark Purple #96237D
Tints of Dark Purple #96237D
RGB
CMYK
RGB Variations
Color information
#96237D (or 0x96237D) is known color: Dark Purple. HEX triplet: 96, 23 and 7D. RGB value is (150,35,125). Sum of RGB (Red+Green+Blue) = 150+35+125=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #96237D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96237D is #69DC82. Grayscale: #4F4F4F. Windows color (decimal): -6937731 or 8201110. OLE color: 8201110.
HSL color Cylindrical-coordinate representation of color #96237D: hue angle of 313.04º 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 #96237D is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 35 | 125 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.41 |
| HSL | 313.04º | 0.62% | 0.36% | - |
| HSV(B) | 313.04º | 0.77% | 0.59% | - |
| XYZ | 16.88 | 9.17 | 20.28 | - |
| YUV | 79.65 | 153.6 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 35 | 125 | 0 | 0.77 | 0.17 | 0.41 | 313.04 | 0.62 | 0.36 |
| Hex | 96 | 23 | 7D | 0 | 4D | 11 | 29 | 139 | 3E | 24 |
| Octal | 226 | 43 | 175 | 0 | 115 | 21 | 51 | 471 | 76 | 44 |
| Binary | 10010110 | 100011 | 1111101 | 0 | 1001101 | 10001 | 101001 | 100111001 | 111110 | 100100 |
Color Harmonies of #96237D
Complementary color
Monochromatic Colors of #96237D
Black with #96237D
Text Example
Text Example
White with #96237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96237D; }
p { color: rgb(150,35,125); }
H1.HeaderClassName
{
color: #96237D;
}
.AnyTagClassName
{
color: #96237D;
}
</style>
background-color css
<style>
a { background-color: #96237D; }
a { background-color: rgb(150,35,125); }
div.DivClassName
{
background-color: #96237D;
}
.BgClassName
{
background-color: #96237D;
}
</style>
border-color css
<style>
span { border-color: #96237D; }
span { border-color: rgb(150,35,125); }
td.TdClassName
{
border-color: #96237D;
}
.TagClassName
{
border-color: #96237D;
}
</style>