Shades of Dark Purple #93316D
Tints of Dark Purple #93316D
RGB
CMYK
RGB Variations
Color information
#93316D (or 0x93316D) is known color: Dark Purple. HEX triplet: 93, 31 and 6D. RGB value is (147,49,109). Sum of RGB (Red+Green+Blue) = 147+49+109=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 147 - color contains mainly: red. Hex color #93316D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93316D is #6CCE92. Grayscale: #555555. Windows color (decimal): -7130771 or 7156115. OLE color: 7156115.
HSL color Cylindrical-coordinate representation of color #93316D: hue angle of 323.27º 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 #93316D is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 49 | 109 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.42 |
| HSL | 323.27º | 0.5% | 0.38% | - |
| HSV(B) | 323.27º | 0.67% | 0.58% | - |
| XYZ | 15.89 | 9.5 | 15.46 | - |
| YUV | 85.14 | 141.47 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 49 | 109 | 0 | 0.67 | 0.26 | 0.42 | 323.27 | 0.5 | 0.38 |
| Hex | 93 | 31 | 6D | 0 | 43 | 1A | 2A | 143 | 32 | 26 |
| Octal | 223 | 61 | 155 | 0 | 103 | 32 | 52 | 503 | 62 | 46 |
| Binary | 10010011 | 110001 | 1101101 | 0 | 1000011 | 11010 | 101010 | 101000011 | 110010 | 100110 |
Color Harmonies of #93316D
Complementary color
Monochromatic Colors of #93316D
Black with #93316D
Text Example
Text Example
White with #93316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93316D; }
p { color: rgb(147,49,109); }
H1.HeaderClassName
{
color: #93316D;
}
.AnyTagClassName
{
color: #93316D;
}
</style>
background-color css
<style>
a { background-color: #93316D; }
a { background-color: rgb(147,49,109); }
div.DivClassName
{
background-color: #93316D;
}
.BgClassName
{
background-color: #93316D;
}
</style>
border-color css
<style>
span { border-color: #93316D; }
span { border-color: rgb(147,49,109); }
td.TdClassName
{
border-color: #93316D;
}
.TagClassName
{
border-color: #93316D;
}
</style>