Shades of Dark Purple #93237D
Tints of Dark Purple #93237D
RGB
CMYK
RGB Variations
Color information
#93237D (or 0x93237D) is known color: Dark Purple. HEX triplet: 93, 23 and 7D. RGB value is (147,35,125). Sum of RGB (Red+Green+Blue) = 147+35+125=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 147 - color contains mainly: red. Hex color #93237D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93237D is #6CDC82. Grayscale: #4E4E4E. Windows color (decimal): -7134339 or 8201107. OLE color: 8201107.
HSL color Cylindrical-coordinate representation of color #93237D: hue angle of 311.79º 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 #93237D is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 35 | 125 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.42 |
| HSL | 311.79º | 0.62% | 0.36% | - |
| HSV(B) | 311.79º | 0.76% | 0.58% | - |
| XYZ | 16.34 | 8.89 | 20.26 | - |
| YUV | 78.75 | 154.11 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 35 | 125 | 0 | 0.76 | 0.15 | 0.42 | 311.79 | 0.62 | 0.36 |
| Hex | 93 | 23 | 7D | 0 | 4C | F | 2A | 138 | 3E | 24 |
| Octal | 223 | 43 | 175 | 0 | 114 | 17 | 52 | 470 | 76 | 44 |
| Binary | 10010011 | 100011 | 1111101 | 0 | 1001100 | 1111 | 101010 | 100111000 | 111110 | 100100 |
Color Harmonies of #93237D
Complementary color
Monochromatic Colors of #93237D
Black with #93237D
Text Example
Text Example
White with #93237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93237D; }
p { color: rgb(147,35,125); }
H1.HeaderClassName
{
color: #93237D;
}
.AnyTagClassName
{
color: #93237D;
}
</style>
background-color css
<style>
a { background-color: #93237D; }
a { background-color: rgb(147,35,125); }
div.DivClassName
{
background-color: #93237D;
}
.BgClassName
{
background-color: #93237D;
}
</style>
border-color css
<style>
span { border-color: #93237D; }
span { border-color: rgb(147,35,125); }
td.TdClassName
{
border-color: #93237D;
}
.TagClassName
{
border-color: #93237D;
}
</style>