Shades of Dark Purple #96397E
Tints of Dark Purple #96397E
RGB
CMYK
RGB Variations
Color information
#96397E (or 0x96397E) is known color: Dark Purple. HEX triplet: 96, 39 and 7E. RGB value is (150,57,126). Sum of RGB (Red+Green+Blue) = 150+57+126=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #96397E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96397E is #69C681. Grayscale: #5C5C5C. Windows color (decimal): -6932098 or 8272278. OLE color: 8272278.
HSL color Cylindrical-coordinate representation of color #96397E: hue angle of 315.48º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96397E is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 57 | 126 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.41 |
| HSL | 315.48º | 0.45% | 0.41% | - |
| HSV(B) | 315.48º | 0.62% | 0.59% | - |
| XYZ | 17.81 | 10.92 | 20.91 | - |
| YUV | 92.67 | 146.81 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 57 | 126 | 0 | 0.62 | 0.16 | 0.41 | 315.48 | 0.45 | 0.41 |
| Hex | 96 | 39 | 7E | 0 | 3E | 10 | 29 | 13B | 2D | 29 |
| Octal | 226 | 71 | 176 | 0 | 76 | 20 | 51 | 473 | 55 | 51 |
| Binary | 10010110 | 111001 | 1111110 | 0 | 111110 | 10000 | 101001 | 100111011 | 101101 | 101001 |
Color Harmonies of #96397E
Complementary color
Monochromatic Colors of #96397E
Black with #96397E
Text Example
Text Example
White with #96397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96397E; }
p { color: rgb(150,57,126); }
H1.HeaderClassName
{
color: #96397E;
}
.AnyTagClassName
{
color: #96397E;
}
</style>
background-color css
<style>
a { background-color: #96397E; }
a { background-color: rgb(150,57,126); }
div.DivClassName
{
background-color: #96397E;
}
.BgClassName
{
background-color: #96397E;
}
</style>
border-color css
<style>
span { border-color: #96397E; }
span { border-color: rgb(150,57,126); }
td.TdClassName
{
border-color: #96397E;
}
.TagClassName
{
border-color: #96397E;
}
</style>