Shades of Dark Purple #96367B
Tints of Dark Purple #96367B
RGB
CMYK
RGB Variations
Color information
#96367B (or 0x96367B) is known color: Dark Purple. HEX triplet: 96, 36 and 7B. RGB value is (150,54,123). Sum of RGB (Red+Green+Blue) = 150+54+123=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #96367B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96367B is #69C984. Grayscale: #5A5A5A. Windows color (decimal): -6932869 or 8074902. OLE color: 8074902.
HSL color Cylindrical-coordinate representation of color #96367B: hue angle of 316.88º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96367B is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 54 | 123 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.41 |
| HSL | 316.88º | 0.47% | 0.4% | - |
| HSV(B) | 316.88º | 0.64% | 0.59% | - |
| XYZ | 17.47 | 10.55 | 19.85 | - |
| YUV | 90.57 | 146.3 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 54 | 123 | 0 | 0.64 | 0.18 | 0.41 | 316.88 | 0.47 | 0.4 |
| Hex | 96 | 36 | 7B | 0 | 40 | 12 | 29 | 13D | 2F | 28 |
| Octal | 226 | 66 | 173 | 0 | 100 | 22 | 51 | 475 | 57 | 50 |
| Binary | 10010110 | 110110 | 1111011 | 0 | 1000000 | 10010 | 101001 | 100111101 | 101111 | 101000 |
Color Harmonies of #96367B
Complementary color
Monochromatic Colors of #96367B
Black with #96367B
Text Example
Text Example
White with #96367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96367B; }
p { color: rgb(150,54,123); }
H1.HeaderClassName
{
color: #96367B;
}
.AnyTagClassName
{
color: #96367B;
}
</style>
background-color css
<style>
a { background-color: #96367B; }
a { background-color: rgb(150,54,123); }
div.DivClassName
{
background-color: #96367B;
}
.BgClassName
{
background-color: #96367B;
}
</style>
border-color css
<style>
span { border-color: #96367B; }
span { border-color: rgb(150,54,123); }
td.TdClassName
{
border-color: #96367B;
}
.TagClassName
{
border-color: #96367B;
}
</style>