Shades of Dark Purple #93237B
Tints of Dark Purple #93237B
RGB
CMYK
RGB Variations
Color information
#93237B (or 0x93237B) is known color: Dark Purple. HEX triplet: 93, 23 and 7B. RGB value is (147,35,123). Sum of RGB (Red+Green+Blue) = 147+35+123=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 147 - color contains mainly: red. Hex color #93237B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93237B is #6CDC84. Grayscale: #4E4E4E. Windows color (decimal): -7134341 or 8070035. OLE color: 8070035.
HSL color Cylindrical-coordinate representation of color #93237B: hue angle of 312.86º 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 #93237B is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 35 | 123 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.42 |
| HSL | 312.86º | 0.62% | 0.36% | - |
| HSV(B) | 312.86º | 0.76% | 0.58% | - |
| XYZ | 16.21 | 8.84 | 19.59 | - |
| YUV | 78.52 | 153.11 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 35 | 123 | 0 | 0.76 | 0.16 | 0.42 | 312.86 | 0.62 | 0.36 |
| Hex | 93 | 23 | 7B | 0 | 4C | 10 | 2A | 139 | 3E | 24 |
| Octal | 223 | 43 | 173 | 0 | 114 | 20 | 52 | 471 | 76 | 44 |
| Binary | 10010011 | 100011 | 1111011 | 0 | 1001100 | 10000 | 101010 | 100111001 | 111110 | 100100 |
Color Harmonies of #93237B
Complementary color
Monochromatic Colors of #93237B
Black with #93237B
Text Example
Text Example
White with #93237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93237B; }
p { color: rgb(147,35,123); }
H1.HeaderClassName
{
color: #93237B;
}
.AnyTagClassName
{
color: #93237B;
}
</style>
background-color css
<style>
a { background-color: #93237B; }
a { background-color: rgb(147,35,123); }
div.DivClassName
{
background-color: #93237B;
}
.BgClassName
{
background-color: #93237B;
}
</style>
border-color css
<style>
span { border-color: #93237B; }
span { border-color: rgb(147,35,123); }
td.TdClassName
{
border-color: #93237B;
}
.TagClassName
{
border-color: #93237B;
}
</style>