Shades of Dark Purple #96227D
Tints of Dark Purple #96227D
RGB
CMYK
RGB Variations
Color information
#96227D (or 0x96227D) is known color: Dark Purple. HEX triplet: 96, 22 and 7D. RGB value is (150,34,125). Sum of RGB (Red+Green+Blue) = 150+34+125=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #96227D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96227D is #69DD82. Grayscale: #4E4E4E. Windows color (decimal): -6937987 or 8200854. OLE color: 8200854.
HSL color Cylindrical-coordinate representation of color #96227D: hue angle of 312.93º degrees, saturation: 0.63, 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 #96227D is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 34 | 125 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.41 |
| HSL | 312.93º | 0.63% | 0.36% | - |
| HSV(B) | 312.93º | 0.77% | 0.59% | - |
| XYZ | 16.85 | 9.11 | 20.27 | - |
| YUV | 79.06 | 153.93 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 34 | 125 | 0 | 0.77 | 0.17 | 0.41 | 312.93 | 0.63 | 0.36 |
| Hex | 96 | 22 | 7D | 0 | 4D | 11 | 29 | 139 | 3F | 24 |
| Octal | 226 | 42 | 175 | 0 | 115 | 21 | 51 | 471 | 77 | 44 |
| Binary | 10010110 | 100010 | 1111101 | 0 | 1001101 | 10001 | 101001 | 100111001 | 111111 | 100100 |
Color Harmonies of #96227D
Complementary color
Monochromatic Colors of #96227D
Black with #96227D
Text Example
Text Example
White with #96227D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96227D; }
p { color: rgb(150,34,125); }
H1.HeaderClassName
{
color: #96227D;
}
.AnyTagClassName
{
color: #96227D;
}
</style>
background-color css
<style>
a { background-color: #96227D; }
a { background-color: rgb(150,34,125); }
div.DivClassName
{
background-color: #96227D;
}
.BgClassName
{
background-color: #96227D;
}
</style>
border-color css
<style>
span { border-color: #96227D; }
span { border-color: rgb(150,34,125); }
td.TdClassName
{
border-color: #96227D;
}
.TagClassName
{
border-color: #96227D;
}
</style>