Shades of Dark Purple #96147A
Tints of Dark Purple #96147A
RGB
CMYK
RGB Variations
Color information
#96147A (or 0x96147A) is known color: Dark Purple. HEX triplet: 96, 14 and 7A. RGB value is (150,20,122). Sum of RGB (Red+Green+Blue) = 150+20+122=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #96147A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96147A is #69EB85. Grayscale: #464646. Windows color (decimal): -6941574 or 8000662. OLE color: 8000662.
HSL color Cylindrical-coordinate representation of color #96147A: hue angle of 312.92º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96147A is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 20 | 122 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.41 |
| HSL | 312.92º | 0.76% | 0.33% | - |
| HSV(B) | 312.92º | 0.87% | 0.59% | - |
| XYZ | 16.34 | 8.39 | 19.17 | - |
| YUV | 70.5 | 157.07 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 20 | 122 | 0 | 0.87 | 0.19 | 0.41 | 312.92 | 0.76 | 0.33 |
| Hex | 96 | 14 | 7A | 0 | 57 | 13 | 29 | 139 | 4C | 21 |
| Octal | 226 | 24 | 172 | 0 | 127 | 23 | 51 | 471 | 114 | 41 |
| Binary | 10010110 | 10100 | 1111010 | 0 | 1010111 | 10011 | 101001 | 100111001 | 1001100 | 100001 |
Color Harmonies of #96147A
Complementary color
Monochromatic Colors of #96147A
Black with #96147A
Text Example
Text Example
White with #96147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96147A; }
p { color: rgb(150,20,122); }
H1.HeaderClassName
{
color: #96147A;
}
.AnyTagClassName
{
color: #96147A;
}
</style>
background-color css
<style>
a { background-color: #96147A; }
a { background-color: rgb(150,20,122); }
div.DivClassName
{
background-color: #96147A;
}
.BgClassName
{
background-color: #96147A;
}
</style>
border-color css
<style>
span { border-color: #96147A; }
span { border-color: rgb(150,20,122); }
td.TdClassName
{
border-color: #96147A;
}
.TagClassName
{
border-color: #96147A;
}
</style>