Shades of Dark Purple #96236A
Tints of Dark Purple #96236A
RGB
CMYK
RGB Variations
Color information
#96236A (or 0x96236A) is known color: Dark Purple. HEX triplet: 96, 23 and 6A. RGB value is (150,35,106). Sum of RGB (Red+Green+Blue) = 150+35+106=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #96236A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96236A is #69DC95. Grayscale: #4D4D4D. Windows color (decimal): -6937750 or 6955926. OLE color: 6955926.
HSL color Cylindrical-coordinate representation of color #96236A: hue angle of 322.96º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #96236A is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 35 | 106 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.41 |
| HSL | 322.96º | 0.62% | 0.36% | - |
| HSV(B) | 322.96º | 0.77% | 0.59% | - |
| XYZ | 15.78 | 8.73 | 14.49 | - |
| YUV | 77.48 | 144.1 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 35 | 106 | 0 | 0.77 | 0.29 | 0.41 | 322.96 | 0.62 | 0.36 |
| Hex | 96 | 23 | 6A | 0 | 4D | 1D | 29 | 143 | 3E | 24 |
| Octal | 226 | 43 | 152 | 0 | 115 | 35 | 51 | 503 | 76 | 44 |
| Binary | 10010110 | 100011 | 1101010 | 0 | 1001101 | 11101 | 101001 | 101000011 | 111110 | 100100 |
Color Harmonies of #96236A
Complementary color
Monochromatic Colors of #96236A
Black with #96236A
Text Example
Text Example
White with #96236A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96236A; }
p { color: rgb(150,35,106); }
H1.HeaderClassName
{
color: #96236A;
}
.AnyTagClassName
{
color: #96236A;
}
</style>
background-color css
<style>
a { background-color: #96236A; }
a { background-color: rgb(150,35,106); }
div.DivClassName
{
background-color: #96236A;
}
.BgClassName
{
background-color: #96236A;
}
</style>
border-color css
<style>
span { border-color: #96236A; }
span { border-color: rgb(150,35,106); }
td.TdClassName
{
border-color: #96236A;
}
.TagClassName
{
border-color: #96236A;
}
</style>