Shades of Dark Purple #96256B
Tints of Dark Purple #96256B
RGB
CMYK
RGB Variations
Color information
#96256B (or 0x96256B) is known color: Dark Purple. HEX triplet: 96, 25 and 6B. RGB value is (150,37,107). Sum of RGB (Red+Green+Blue) = 150+37+107=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #96256B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96256B is #69DA94. Grayscale: #4E4E4E. Windows color (decimal): -6937237 or 7021974. OLE color: 7021974.
HSL color Cylindrical-coordinate representation of color #96256B: hue angle of 322.83º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96256B is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 37 | 107 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.41 |
| HSL | 322.83º | 0.6% | 0.37% | - |
| HSV(B) | 322.83º | 0.75% | 0.59% | - |
| XYZ | 15.89 | 8.87 | 14.78 | - |
| YUV | 78.77 | 143.94 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 37 | 107 | 0 | 0.75 | 0.29 | 0.41 | 322.83 | 0.6 | 0.37 |
| Hex | 96 | 25 | 6B | 0 | 4B | 1D | 29 | 143 | 3C | 25 |
| Octal | 226 | 45 | 153 | 0 | 113 | 35 | 51 | 503 | 74 | 45 |
| Binary | 10010110 | 100101 | 1101011 | 0 | 1001011 | 11101 | 101001 | 101000011 | 111100 | 100101 |
Color Harmonies of #96256B
Complementary color
Monochromatic Colors of #96256B
Black with #96256B
Text Example
Text Example
White with #96256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96256B; }
p { color: rgb(150,37,107); }
H1.HeaderClassName
{
color: #96256B;
}
.AnyTagClassName
{
color: #96256B;
}
</style>
background-color css
<style>
a { background-color: #96256B; }
a { background-color: rgb(150,37,107); }
div.DivClassName
{
background-color: #96256B;
}
.BgClassName
{
background-color: #96256B;
}
</style>
border-color css
<style>
span { border-color: #96256B; }
span { border-color: rgb(150,37,107); }
td.TdClassName
{
border-color: #96256B;
}
.TagClassName
{
border-color: #96256B;
}
</style>