Shades of Dark Purple #96107E
Tints of Dark Purple #96107E
RGB
CMYK
RGB Variations
Color information
#96107E (or 0x96107E) is known color: Dark Purple. HEX triplet: 96, 10 and 7E. RGB value is (150,16,126). Sum of RGB (Red+Green+Blue) = 150+16+126=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 126 (49.61% from 255 or 43.15% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #96107E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96107E is #69EF81. Grayscale: #444444. Windows color (decimal): -6942594 or 8261782. OLE color: 8261782.
HSL color Cylindrical-coordinate representation of color #96107E: hue angle of 310.75º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96107E is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 16 | 126 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.41 |
| HSL | 310.75º | 0.81% | 0.33% | - |
| HSV(B) | 310.75º | 0.89% | 0.59% | - |
| XYZ | 16.53 | 8.36 | 20.48 | - |
| YUV | 68.61 | 160.39 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 16 | 126 | 0 | 0.89 | 0.16 | 0.41 | 310.75 | 0.81 | 0.33 |
| Hex | 96 | 10 | 7E | 0 | 59 | 10 | 29 | 137 | 51 | 21 |
| Octal | 226 | 20 | 176 | 0 | 131 | 20 | 51 | 467 | 121 | 41 |
| Binary | 10010110 | 10000 | 1111110 | 0 | 1011001 | 10000 | 101001 | 100110111 | 1010001 | 100001 |
Color Harmonies of #96107E
Complementary color
Monochromatic Colors of #96107E
Black with #96107E
Text Example
Text Example
White with #96107E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96107E; }
p { color: rgb(150,16,126); }
H1.HeaderClassName
{
color: #96107E;
}
.AnyTagClassName
{
color: #96107E;
}
</style>
background-color css
<style>
a { background-color: #96107E; }
a { background-color: rgb(150,16,126); }
div.DivClassName
{
background-color: #96107E;
}
.BgClassName
{
background-color: #96107E;
}
</style>
border-color css
<style>
span { border-color: #96107E; }
span { border-color: rgb(150,16,126); }
td.TdClassName
{
border-color: #96107E;
}
.TagClassName
{
border-color: #96107E;
}
</style>