Shades of Dark Purple #93298D
Tints of Dark Purple #93298D
RGB
CMYK
RGB Variations
Color information
#93298D (or 0x93298D) is known color: Dark Purple. HEX triplet: 93, 29 and 8D. RGB value is (147,41,141). Sum of RGB (Red+Green+Blue) = 147+41+141=329 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.68% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 147 - color contains mainly: red. Hex color #93298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93298D is #6CD672. Grayscale: #535353. Windows color (decimal): -7132787 or 9251219. OLE color: 9251219.
HSL color Cylindrical-coordinate representation of color #93298D: hue angle of 303.4º 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 #93298D is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 41 | 141 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.42 |
| HSL | 303.4º | 0.56% | 0.37% | - |
| HSV(B) | 303.4º | 0.72% | 0.58% | - |
| XYZ | 17.63 | 9.71 | 26.14 | - |
| YUV | 84.09 | 160.12 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 41 | 141 | 0 | 0.72 | 0.04 | 0.42 | 303.4 | 0.56 | 0.37 |
| Hex | 93 | 29 | 8D | 0 | 48 | 4 | 2A | 12F | 38 | 25 |
| Octal | 223 | 51 | 215 | 0 | 110 | 4 | 52 | 457 | 70 | 45 |
| Binary | 10010011 | 101001 | 10001101 | 0 | 1001000 | 100 | 101010 | 100101111 | 111000 | 100101 |
Color Harmonies of #93298D
Complementary color
Monochromatic Colors of #93298D
Black with #93298D
Text Example
Text Example
White with #93298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93298D; }
p { color: rgb(147,41,141); }
H1.HeaderClassName
{
color: #93298D;
}
.AnyTagClassName
{
color: #93298D;
}
</style>
background-color css
<style>
a { background-color: #93298D; }
a { background-color: rgb(147,41,141); }
div.DivClassName
{
background-color: #93298D;
}
.BgClassName
{
background-color: #93298D;
}
</style>
border-color css
<style>
span { border-color: #93298D; }
span { border-color: rgb(147,41,141); }
td.TdClassName
{
border-color: #93298D;
}
.TagClassName
{
border-color: #93298D;
}
</style>