Shades of Dark Purple #96348B
Tints of Dark Purple #96348B
RGB
CMYK
RGB Variations
Color information
#96348B (or 0x96348B) is known color: Dark Purple. HEX triplet: 96, 34 and 8B. RGB value is (150,52,139). Sum of RGB (Red+Green+Blue) = 150+52+139=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #96348B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96348B is #69CB74. Grayscale: #5A5A5A. Windows color (decimal): -6933365 or 9122966. OLE color: 9122966.
HSL color Cylindrical-coordinate representation of color #96348B: hue angle of 306.73º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96348B is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 52 | 139 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.41 |
| HSL | 306.73º | 0.49% | 0.4% | - |
| HSV(B) | 306.73º | 0.65% | 0.59% | - |
| XYZ | 18.47 | 10.8 | 25.54 | - |
| YUV | 91.22 | 154.97 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 52 | 139 | 0 | 0.65 | 0.07 | 0.41 | 306.73 | 0.49 | 0.4 |
| Hex | 96 | 34 | 8B | 0 | 41 | 7 | 29 | 133 | 31 | 28 |
| Octal | 226 | 64 | 213 | 0 | 101 | 7 | 51 | 463 | 61 | 50 |
| Binary | 10010110 | 110100 | 10001011 | 0 | 1000001 | 111 | 101001 | 100110011 | 110001 | 101000 |
Color Harmonies of #96348B
Complementary color
Monochromatic Colors of #96348B
Black with #96348B
Text Example
Text Example
White with #96348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96348B; }
p { color: rgb(150,52,139); }
H1.HeaderClassName
{
color: #96348B;
}
.AnyTagClassName
{
color: #96348B;
}
</style>
background-color css
<style>
a { background-color: #96348B; }
a { background-color: rgb(150,52,139); }
div.DivClassName
{
background-color: #96348B;
}
.BgClassName
{
background-color: #96348B;
}
</style>
border-color css
<style>
span { border-color: #96348B; }
span { border-color: rgb(150,52,139); }
td.TdClassName
{
border-color: #96348B;
}
.TagClassName
{
border-color: #96348B;
}
</style>