Shades of Dark Purple #93317E
Tints of Dark Purple #93317E
RGB
CMYK
RGB Variations
Color information
#93317E (or 0x93317E) is known color: Dark Purple. HEX triplet: 93, 31 and 7E. RGB value is (147,49,126). Sum of RGB (Red+Green+Blue) = 147+49+126=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 147 - color contains mainly: red. Hex color #93317E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93317E is #6CCE81. Grayscale: #565656. Windows color (decimal): -7130754 or 8270227. OLE color: 8270227.
HSL color Cylindrical-coordinate representation of color #93317E: hue angle of 312.86º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93317E is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 49 | 126 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.42 |
| HSL | 312.86º | 0.5% | 0.38% | - |
| HSV(B) | 312.86º | 0.67% | 0.58% | - |
| XYZ | 16.9 | 9.91 | 20.76 | - |
| YUV | 87.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 49 | 126 | 0 | 0.67 | 0.14 | 0.42 | 312.86 | 0.5 | 0.38 |
| Hex | 93 | 31 | 7E | 0 | 43 | E | 2A | 139 | 32 | 26 |
| Octal | 223 | 61 | 176 | 0 | 103 | 16 | 52 | 471 | 62 | 46 |
| Binary | 10010011 | 110001 | 1111110 | 0 | 1000011 | 1110 | 101010 | 100111001 | 110010 | 100110 |
Color Harmonies of #93317E
Complementary color
Monochromatic Colors of #93317E
Black with #93317E
Text Example
Text Example
White with #93317E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93317E; }
p { color: rgb(147,49,126); }
H1.HeaderClassName
{
color: #93317E;
}
.AnyTagClassName
{
color: #93317E;
}
</style>
background-color css
<style>
a { background-color: #93317E; }
a { background-color: rgb(147,49,126); }
div.DivClassName
{
background-color: #93317E;
}
.BgClassName
{
background-color: #93317E;
}
</style>
border-color css
<style>
span { border-color: #93317E; }
span { border-color: rgb(147,49,126); }
td.TdClassName
{
border-color: #93317E;
}
.TagClassName
{
border-color: #93317E;
}
</style>