Shades of Dark Purple #96397B
Tints of Dark Purple #96397B
RGB
CMYK
RGB Variations
Color information
#96397B (or 0x96397B) is known color: Dark Purple. HEX triplet: 96, 39 and 7B. RGB value is (150,57,123). Sum of RGB (Red+Green+Blue) = 150+57+123=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #96397B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96397B is #69C684. Grayscale: #5C5C5C. Windows color (decimal): -6932101 or 8075670. OLE color: 8075670.
HSL color Cylindrical-coordinate representation of color #96397B: hue angle of 317.42º 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 #96397B is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 57 | 123 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.41 |
| HSL | 317.42º | 0.45% | 0.41% | - |
| HSV(B) | 317.42º | 0.62% | 0.59% | - |
| XYZ | 17.62 | 10.84 | 19.9 | - |
| YUV | 92.33 | 145.31 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 57 | 123 | 0 | 0.62 | 0.18 | 0.41 | 317.42 | 0.45 | 0.41 |
| Hex | 96 | 39 | 7B | 0 | 3E | 12 | 29 | 13D | 2D | 29 |
| Octal | 226 | 71 | 173 | 0 | 76 | 22 | 51 | 475 | 55 | 51 |
| Binary | 10010110 | 111001 | 1111011 | 0 | 111110 | 10010 | 101001 | 100111101 | 101101 | 101001 |
Color Harmonies of #96397B
Complementary color
Monochromatic Colors of #96397B
Black with #96397B
Text Example
Text Example
White with #96397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96397B; }
p { color: rgb(150,57,123); }
H1.HeaderClassName
{
color: #96397B;
}
.AnyTagClassName
{
color: #96397B;
}
</style>
background-color css
<style>
a { background-color: #96397B; }
a { background-color: rgb(150,57,123); }
div.DivClassName
{
background-color: #96397B;
}
.BgClassName
{
background-color: #96397B;
}
</style>
border-color css
<style>
span { border-color: #96397B; }
span { border-color: rgb(150,57,123); }
td.TdClassName
{
border-color: #96397B;
}
.TagClassName
{
border-color: #96397B;
}
</style>