Shades of Dark Purple #93297E
Tints of Dark Purple #93297E
RGB
CMYK
RGB Variations
Color information
#93297E (or 0x93297E) is known color: Dark Purple. HEX triplet: 93, 29 and 7E. RGB value is (147,41,126). Sum of RGB (Red+Green+Blue) = 147+41+126=314 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.82% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 147 - color contains mainly: red. Hex color #93297E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93297E is #6CD681. Grayscale: #525252. Windows color (decimal): -7132802 or 8268179. OLE color: 8268179.
HSL color Cylindrical-coordinate representation of color #93297E: hue angle of 311.89º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #93297E is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 41 | 126 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.42 |
| HSL | 311.89º | 0.56% | 0.37% | - |
| HSV(B) | 311.89º | 0.72% | 0.58% | - |
| XYZ | 16.59 | 9.3 | 20.66 | - |
| YUV | 82.38 | 152.62 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 41 | 126 | 0 | 0.72 | 0.14 | 0.42 | 311.89 | 0.56 | 0.37 |
| Hex | 93 | 29 | 7E | 0 | 48 | E | 2A | 138 | 38 | 25 |
| Octal | 223 | 51 | 176 | 0 | 110 | 16 | 52 | 470 | 70 | 45 |
| Binary | 10010011 | 101001 | 1111110 | 0 | 1001000 | 1110 | 101010 | 100111000 | 111000 | 100101 |
Color Harmonies of #93297E
Complementary color
Monochromatic Colors of #93297E
Black with #93297E
Text Example
Text Example
White with #93297E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93297E; }
p { color: rgb(147,41,126); }
H1.HeaderClassName
{
color: #93297E;
}
.AnyTagClassName
{
color: #93297E;
}
</style>
background-color css
<style>
a { background-color: #93297E; }
a { background-color: rgb(147,41,126); }
div.DivClassName
{
background-color: #93297E;
}
.BgClassName
{
background-color: #93297E;
}
</style>
border-color css
<style>
span { border-color: #93297E; }
span { border-color: rgb(147,41,126); }
td.TdClassName
{
border-color: #93297E;
}
.TagClassName
{
border-color: #93297E;
}
</style>