Shades of Dark Purple #96248B
Tints of Dark Purple #96248B
RGB
CMYK
RGB Variations
Color information
#96248B (or 0x96248B) is known color: Dark Purple. HEX triplet: 96, 24 and 8B. RGB value is (150,36,139). Sum of RGB (Red+Green+Blue) = 150+36+139=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #96248B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96248B is #69DB74. Grayscale: #515151. Windows color (decimal): -6937461 or 9118870. OLE color: 9118870.
HSL color Cylindrical-coordinate representation of color #96248B: hue angle of 305.79º 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 #96248B is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 36 | 139 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.41 |
| HSL | 305.79º | 0.61% | 0.36% | - |
| HSV(B) | 305.79º | 0.76% | 0.59% | - |
| XYZ | 17.87 | 9.61 | 25.34 | - |
| YUV | 81.83 | 160.27 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 36 | 139 | 0 | 0.76 | 0.07 | 0.41 | 305.79 | 0.61 | 0.36 |
| Hex | 96 | 24 | 8B | 0 | 4C | 7 | 29 | 132 | 3D | 24 |
| Octal | 226 | 44 | 213 | 0 | 114 | 7 | 51 | 462 | 75 | 44 |
| Binary | 10010110 | 100100 | 10001011 | 0 | 1001100 | 111 | 101001 | 100110010 | 111101 | 100100 |
Color Harmonies of #96248B
Complementary color
Monochromatic Colors of #96248B
Black with #96248B
Text Example
Text Example
White with #96248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96248B; }
p { color: rgb(150,36,139); }
H1.HeaderClassName
{
color: #96248B;
}
.AnyTagClassName
{
color: #96248B;
}
</style>
background-color css
<style>
a { background-color: #96248B; }
a { background-color: rgb(150,36,139); }
div.DivClassName
{
background-color: #96248B;
}
.BgClassName
{
background-color: #96248B;
}
</style>
border-color css
<style>
span { border-color: #96248B; }
span { border-color: rgb(150,36,139); }
td.TdClassName
{
border-color: #96248B;
}
.TagClassName
{
border-color: #96248B;
}
</style>