Shades of Dark Purple #93237C
Tints of Dark Purple #93237C
RGB
CMYK
RGB Variations
Color information
#93237C (or 0x93237C) is known color: Dark Purple. HEX triplet: 93, 23 and 7C. RGB value is (147,35,124). Sum of RGB (Red+Green+Blue) = 147+35+124=306 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.04% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 147 - color contains mainly: red. Hex color #93237C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93237C is #6CDC83. Grayscale: #4E4E4E. Windows color (decimal): -7134340 or 8135571. OLE color: 8135571.
HSL color Cylindrical-coordinate representation of color #93237C: hue angle of 312.32º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #93237C is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 35 | 124 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.42 |
| HSL | 312.32º | 0.62% | 0.36% | - |
| HSV(B) | 312.32º | 0.76% | 0.58% | - |
| XYZ | 16.27 | 8.86 | 19.92 | - |
| YUV | 78.63 | 153.61 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 35 | 124 | 0 | 0.76 | 0.16 | 0.42 | 312.32 | 0.62 | 0.36 |
| Hex | 93 | 23 | 7C | 0 | 4C | 10 | 2A | 138 | 3E | 24 |
| Octal | 223 | 43 | 174 | 0 | 114 | 20 | 52 | 470 | 76 | 44 |
| Binary | 10010011 | 100011 | 1111100 | 0 | 1001100 | 10000 | 101010 | 100111000 | 111110 | 100100 |
Color Harmonies of #93237C
Complementary color
Monochromatic Colors of #93237C
Black with #93237C
Text Example
Text Example
White with #93237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93237C; }
p { color: rgb(147,35,124); }
H1.HeaderClassName
{
color: #93237C;
}
.AnyTagClassName
{
color: #93237C;
}
</style>
background-color css
<style>
a { background-color: #93237C; }
a { background-color: rgb(147,35,124); }
div.DivClassName
{
background-color: #93237C;
}
.BgClassName
{
background-color: #93237C;
}
</style>
border-color css
<style>
span { border-color: #93237C; }
span { border-color: rgb(147,35,124); }
td.TdClassName
{
border-color: #93237C;
}
.TagClassName
{
border-color: #93237C;
}
</style>