Shades of Dark Purple #96247D
Tints of Dark Purple #96247D
RGB
CMYK
RGB Variations
Color information
#96247D (or 0x96247D) is known color: Dark Purple. HEX triplet: 96, 24 and 7D. RGB value is (150,36,125). Sum of RGB (Red+Green+Blue) = 150+36+125=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96247D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96247D is #69DB82. Grayscale: #4F4F4F. Windows color (decimal): -6937475 or 8201366. OLE color: 8201366.
HSL color Cylindrical-coordinate representation of color #96247D: hue angle of 313.16º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96247D is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 36 | 125 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.41 |
| HSL | 313.16º | 0.61% | 0.36% | - |
| HSV(B) | 313.16º | 0.76% | 0.59% | - |
| XYZ | 16.91 | 9.23 | 20.29 | - |
| YUV | 80.23 | 153.27 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 36 | 125 | 0 | 0.76 | 0.17 | 0.41 | 313.16 | 0.61 | 0.36 |
| Hex | 96 | 24 | 7D | 0 | 4C | 11 | 29 | 139 | 3D | 24 |
| Octal | 226 | 44 | 175 | 0 | 114 | 21 | 51 | 471 | 75 | 44 |
| Binary | 10010110 | 100100 | 1111101 | 0 | 1001100 | 10001 | 101001 | 100111001 | 111101 | 100100 |
Color Harmonies of #96247D
Complementary color
Monochromatic Colors of #96247D
Black with #96247D
Text Example
Text Example
White with #96247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96247D; }
p { color: rgb(150,36,125); }
H1.HeaderClassName
{
color: #96247D;
}
.AnyTagClassName
{
color: #96247D;
}
</style>
background-color css
<style>
a { background-color: #96247D; }
a { background-color: rgb(150,36,125); }
div.DivClassName
{
background-color: #96247D;
}
.BgClassName
{
background-color: #96247D;
}
</style>
border-color css
<style>
span { border-color: #96247D; }
span { border-color: rgb(150,36,125); }
td.TdClassName
{
border-color: #96247D;
}
.TagClassName
{
border-color: #96247D;
}
</style>