Shades of Dark Purple #96256A
Tints of Dark Purple #96256A
RGB
CMYK
RGB Variations
Color information
#96256A (or 0x96256A) is known color: Dark Purple. HEX triplet: 96, 25 and 6A. RGB value is (150,37,106). Sum of RGB (Red+Green+Blue) = 150+37+106=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #96256A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96256A is #69DA95. Grayscale: #4E4E4E. Windows color (decimal): -6937238 or 6956438. OLE color: 6956438.
HSL color Cylindrical-coordinate representation of color #96256A: hue angle of 323.36º 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 #96256A is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 37 | 106 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.41 |
| HSL | 323.36º | 0.6% | 0.37% | - |
| HSV(B) | 323.36º | 0.75% | 0.59% | - |
| XYZ | 15.84 | 8.85 | 14.51 | - |
| YUV | 78.65 | 143.44 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 37 | 106 | 0 | 0.75 | 0.29 | 0.41 | 323.36 | 0.6 | 0.37 |
| Hex | 96 | 25 | 6A | 0 | 4B | 1D | 29 | 143 | 3C | 25 |
| Octal | 226 | 45 | 152 | 0 | 113 | 35 | 51 | 503 | 74 | 45 |
| Binary | 10010110 | 100101 | 1101010 | 0 | 1001011 | 11101 | 101001 | 101000011 | 111100 | 100101 |
Color Harmonies of #96256A
Complementary color
Monochromatic Colors of #96256A
Black with #96256A
Text Example
Text Example
White with #96256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96256A; }
p { color: rgb(150,37,106); }
H1.HeaderClassName
{
color: #96256A;
}
.AnyTagClassName
{
color: #96256A;
}
</style>
background-color css
<style>
a { background-color: #96256A; }
a { background-color: rgb(150,37,106); }
div.DivClassName
{
background-color: #96256A;
}
.BgClassName
{
background-color: #96256A;
}
</style>
border-color css
<style>
span { border-color: #96256A; }
span { border-color: rgb(150,37,106); }
td.TdClassName
{
border-color: #96256A;
}
.TagClassName
{
border-color: #96256A;
}
</style>