Shades of Dark Purple #96237B
Tints of Dark Purple #96237B
RGB
CMYK
RGB Variations
Color information
#96237B (or 0x96237B) is known color: Dark Purple. HEX triplet: 96, 23 and 7B. RGB value is (150,35,123). Sum of RGB (Red+Green+Blue) = 150+35+123=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #96237B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96237B is #69DC84. Grayscale: #4F4F4F. Windows color (decimal): -6937733 or 8070038. OLE color: 8070038.
HSL color Cylindrical-coordinate representation of color #96237B: hue angle of 314.09º 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 #96237B is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 35 | 123 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.41 |
| HSL | 314.09º | 0.62% | 0.36% | - |
| HSV(B) | 314.09º | 0.77% | 0.59% | - |
| XYZ | 16.75 | 9.12 | 19.62 | - |
| YUV | 79.42 | 152.6 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 35 | 123 | 0 | 0.77 | 0.18 | 0.41 | 314.09 | 0.62 | 0.36 |
| Hex | 96 | 23 | 7B | 0 | 4D | 12 | 29 | 13A | 3E | 24 |
| Octal | 226 | 43 | 173 | 0 | 115 | 22 | 51 | 472 | 76 | 44 |
| Binary | 10010110 | 100011 | 1111011 | 0 | 1001101 | 10010 | 101001 | 100111010 | 111110 | 100100 |
Color Harmonies of #96237B
Complementary color
Monochromatic Colors of #96237B
Black with #96237B
Text Example
Text Example
White with #96237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96237B; }
p { color: rgb(150,35,123); }
H1.HeaderClassName
{
color: #96237B;
}
.AnyTagClassName
{
color: #96237B;
}
</style>
background-color css
<style>
a { background-color: #96237B; }
a { background-color: rgb(150,35,123); }
div.DivClassName
{
background-color: #96237B;
}
.BgClassName
{
background-color: #96237B;
}
</style>
border-color css
<style>
span { border-color: #96237B; }
span { border-color: rgb(150,35,123); }
td.TdClassName
{
border-color: #96237B;
}
.TagClassName
{
border-color: #96237B;
}
</style>