Shades of Dark Purple #96247B
Tints of Dark Purple #96247B
RGB
CMYK
RGB Variations
Color information
#96247B (or 0x96247B) is known color: Dark Purple. HEX triplet: 96, 24 and 7B. RGB value is (150,36,123). Sum of RGB (Red+Green+Blue) = 150+36+123=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #96247B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96247B is #69DB84. Grayscale: #4F4F4F. Windows color (decimal): -6937477 or 8070294. OLE color: 8070294.
HSL color Cylindrical-coordinate representation of color #96247B: hue angle of 314.21º 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 #96247B is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 36 | 123 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.41 |
| HSL | 314.21º | 0.61% | 0.36% | - |
| HSV(B) | 314.21º | 0.76% | 0.59% | - |
| XYZ | 16.78 | 9.18 | 19.63 | - |
| YUV | 80 | 152.27 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 36 | 123 | 0 | 0.76 | 0.18 | 0.41 | 314.21 | 0.61 | 0.36 |
| Hex | 96 | 24 | 7B | 0 | 4C | 12 | 29 | 13A | 3D | 24 |
| Octal | 226 | 44 | 173 | 0 | 114 | 22 | 51 | 472 | 75 | 44 |
| Binary | 10010110 | 100100 | 1111011 | 0 | 1001100 | 10010 | 101001 | 100111010 | 111101 | 100100 |
Color Harmonies of #96247B
Complementary color
Monochromatic Colors of #96247B
Black with #96247B
Text Example
Text Example
White with #96247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96247B; }
p { color: rgb(150,36,123); }
H1.HeaderClassName
{
color: #96247B;
}
.AnyTagClassName
{
color: #96247B;
}
</style>
background-color css
<style>
a { background-color: #96247B; }
a { background-color: rgb(150,36,123); }
div.DivClassName
{
background-color: #96247B;
}
.BgClassName
{
background-color: #96247B;
}
</style>
border-color css
<style>
span { border-color: #96247B; }
span { border-color: rgb(150,36,123); }
td.TdClassName
{
border-color: #96247B;
}
.TagClassName
{
border-color: #96247B;
}
</style>