Shades of Dark Purple #96198D
Tints of Dark Purple #96198D
RGB
CMYK
RGB Variations
Color information
#96198D (or 0x96198D) is known color: Dark Purple. HEX triplet: 96, 19 and 8D. RGB value is (150,25,141). Sum of RGB (Red+Green+Blue) = 150+25+141=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #96198D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96198D is #69E672. Grayscale: #4B4B4B. Windows color (decimal): -6940275 or 9247126. OLE color: 9247126.
HSL color Cylindrical-coordinate representation of color #96198D: hue angle of 304.32º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96198D is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 25 | 141 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.41 |
| HSL | 304.32º | 0.71% | 0.34% | - |
| HSV(B) | 304.32º | 0.83% | 0.59% | - |
| XYZ | 17.73 | 9.1 | 26.02 | - |
| YUV | 75.6 | 164.91 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 141 | 0 | 0.83 | 0.06 | 0.41 | 304.32 | 0.71 | 0.34 |
| Hex | 96 | 19 | 8D | 0 | 53 | 6 | 29 | 130 | 47 | 22 |
| Octal | 226 | 31 | 215 | 0 | 123 | 6 | 51 | 460 | 107 | 42 |
| Binary | 10010110 | 11001 | 10001101 | 0 | 1010011 | 110 | 101001 | 100110000 | 1000111 | 100010 |
Color Harmonies of #96198D
Complementary color
Monochromatic Colors of #96198D
Black with #96198D
Text Example
Text Example
White with #96198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96198D; }
p { color: rgb(150,25,141); }
H1.HeaderClassName
{
color: #96198D;
}
.AnyTagClassName
{
color: #96198D;
}
</style>
background-color css
<style>
a { background-color: #96198D; }
a { background-color: rgb(150,25,141); }
div.DivClassName
{
background-color: #96198D;
}
.BgClassName
{
background-color: #96198D;
}
</style>
border-color css
<style>
span { border-color: #96198D; }
span { border-color: rgb(150,25,141); }
td.TdClassName
{
border-color: #96198D;
}
.TagClassName
{
border-color: #96198D;
}
</style>