Shades of Dark Purple #96348A
Tints of Dark Purple #96348A
RGB
CMYK
RGB Variations
Color information
#96348A (or 0x96348A) is known color: Dark Purple. HEX triplet: 96, 34 and 8A. RGB value is (150,52,138). Sum of RGB (Red+Green+Blue) = 150+52+138=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #96348A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96348A is #69CB75. Grayscale: #5A5A5A. Windows color (decimal): -6933366 or 9057430. OLE color: 9057430.
HSL color Cylindrical-coordinate representation of color #96348A: hue angle of 307.35º 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 #96348A is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 52 | 138 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.41 |
| HSL | 307.35º | 0.49% | 0.4% | - |
| HSV(B) | 307.35º | 0.65% | 0.59% | - |
| XYZ | 18.39 | 10.77 | 25.16 | - |
| YUV | 91.11 | 154.47 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 52 | 138 | 0 | 0.65 | 0.08 | 0.41 | 307.35 | 0.49 | 0.4 |
| Hex | 96 | 34 | 8A | 0 | 41 | 8 | 29 | 133 | 31 | 28 |
| Octal | 226 | 64 | 212 | 0 | 101 | 10 | 51 | 463 | 61 | 50 |
| Binary | 10010110 | 110100 | 10001010 | 0 | 1000001 | 1000 | 101001 | 100110011 | 110001 | 101000 |
Color Harmonies of #96348A
Complementary color
Monochromatic Colors of #96348A
Black with #96348A
Text Example
Text Example
White with #96348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96348A; }
p { color: rgb(150,52,138); }
H1.HeaderClassName
{
color: #96348A;
}
.AnyTagClassName
{
color: #96348A;
}
</style>
background-color css
<style>
a { background-color: #96348A; }
a { background-color: rgb(150,52,138); }
div.DivClassName
{
background-color: #96348A;
}
.BgClassName
{
background-color: #96348A;
}
</style>
border-color css
<style>
span { border-color: #96348A; }
span { border-color: rgb(150,52,138); }
td.TdClassName
{
border-color: #96348A;
}
.TagClassName
{
border-color: #96348A;
}
</style>