Shades of Dark Purple #96188C
Tints of Dark Purple #96188C
RGB
CMYK
RGB Variations
Color information
#96188C (or 0x96188C) is known color: Dark Purple. HEX triplet: 96, 18 and 8C. RGB value is (150,24,140). Sum of RGB (Red+Green+Blue) = 150+24+140=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #96188C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96188C is #69E773. Grayscale: #4A4A4A. Windows color (decimal): -6940532 or 9181334. OLE color: 9181334.
HSL color Cylindrical-coordinate representation of color #96188C: hue angle of 304.76º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96188C is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 24 | 140 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.41 |
| HSL | 304.76º | 0.72% | 0.34% | - |
| HSV(B) | 304.76º | 0.84% | 0.59% | - |
| XYZ | 17.64 | 9.03 | 25.62 | - |
| YUV | 74.9 | 164.74 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 24 | 140 | 0 | 0.84 | 0.07 | 0.41 | 304.76 | 0.72 | 0.34 |
| Hex | 96 | 18 | 8C | 0 | 54 | 7 | 29 | 131 | 48 | 22 |
| Octal | 226 | 30 | 214 | 0 | 124 | 7 | 51 | 461 | 110 | 42 |
| Binary | 10010110 | 11000 | 10001100 | 0 | 1010100 | 111 | 101001 | 100110001 | 1001000 | 100010 |
Color Harmonies of #96188C
Complementary color
Monochromatic Colors of #96188C
Black with #96188C
Text Example
Text Example
White with #96188C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96188C; }
p { color: rgb(150,24,140); }
H1.HeaderClassName
{
color: #96188C;
}
.AnyTagClassName
{
color: #96188C;
}
</style>
background-color css
<style>
a { background-color: #96188C; }
a { background-color: rgb(150,24,140); }
div.DivClassName
{
background-color: #96188C;
}
.BgClassName
{
background-color: #96188C;
}
</style>
border-color css
<style>
span { border-color: #96188C; }
span { border-color: rgb(150,24,140); }
td.TdClassName
{
border-color: #96188C;
}
.TagClassName
{
border-color: #96188C;
}
</style>