Shades of Dark Purple #93306D
Tints of Dark Purple #93306D
RGB
CMYK
RGB Variations
Color information
#93306D (or 0x93306D) is known color: Dark Purple. HEX triplet: 93, 30 and 6D. RGB value is (147,48,109). Sum of RGB (Red+Green+Blue) = 147+48+109=304 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.36% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 147 - color contains mainly: red. Hex color #93306D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93306D is #6CCF92. Grayscale: #545454. Windows color (decimal): -7131027 or 7155859. OLE color: 7155859.
HSL color Cylindrical-coordinate representation of color #93306D: hue angle of 323.03º degrees, saturation: 0.51, 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 #93306D is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 48 | 109 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.42 |
| HSL | 323.03º | 0.51% | 0.38% | - |
| HSV(B) | 323.03º | 0.67% | 0.58% | - |
| XYZ | 15.85 | 9.42 | 15.45 | - |
| YUV | 84.56 | 141.8 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 48 | 109 | 0 | 0.67 | 0.26 | 0.42 | 323.03 | 0.51 | 0.38 |
| Hex | 93 | 30 | 6D | 0 | 43 | 1A | 2A | 143 | 33 | 26 |
| Octal | 223 | 60 | 155 | 0 | 103 | 32 | 52 | 503 | 63 | 46 |
| Binary | 10010011 | 110000 | 1101101 | 0 | 1000011 | 11010 | 101010 | 101000011 | 110011 | 100110 |
Color Harmonies of #93306D
Complementary color
Monochromatic Colors of #93306D
Black with #93306D
Text Example
Text Example
White with #93306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93306D; }
p { color: rgb(147,48,109); }
H1.HeaderClassName
{
color: #93306D;
}
.AnyTagClassName
{
color: #93306D;
}
</style>
background-color css
<style>
a { background-color: #93306D; }
a { background-color: rgb(147,48,109); }
div.DivClassName
{
background-color: #93306D;
}
.BgClassName
{
background-color: #93306D;
}
</style>
border-color css
<style>
span { border-color: #93306D; }
span { border-color: rgb(147,48,109); }
td.TdClassName
{
border-color: #93306D;
}
.TagClassName
{
border-color: #93306D;
}
</style>