Shades of Dark Purple #93216D
Tints of Dark Purple #93216D
RGB
CMYK
RGB Variations
Color information
#93216D (or 0x93216D) is known color: Dark Purple. HEX triplet: 93, 21 and 6D. RGB value is (147,33,109). Sum of RGB (Red+Green+Blue) = 147+33+109=289 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.87% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 147 - color contains mainly: red. Hex color #93216D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93216D is #6CDE92. Grayscale: #4B4B4B. Windows color (decimal): -7134867 or 7152019. OLE color: 7152019.
HSL color Cylindrical-coordinate representation of color #93216D: hue angle of 320º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #93216D is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 33 | 109 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.42 |
| HSL | 320º | 0.63% | 0.35% | - |
| HSV(B) | 320º | 0.78% | 0.58% | - |
| XYZ | 15.34 | 8.39 | 15.28 | - |
| YUV | 75.75 | 146.77 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 33 | 109 | 0 | 0.78 | 0.26 | 0.42 | 320 | 0.63 | 0.35 |
| Hex | 93 | 21 | 6D | 0 | 4E | 1A | 2A | 140 | 3F | 23 |
| Octal | 223 | 41 | 155 | 0 | 116 | 32 | 52 | 500 | 77 | 43 |
| Binary | 10010011 | 100001 | 1101101 | 0 | 1001110 | 11010 | 101010 | 101000000 | 111111 | 100011 |
Color Harmonies of #93216D
Complementary color
Monochromatic Colors of #93216D
Black with #93216D
Text Example
Text Example
White with #93216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93216D; }
p { color: rgb(147,33,109); }
H1.HeaderClassName
{
color: #93216D;
}
.AnyTagClassName
{
color: #93216D;
}
</style>
background-color css
<style>
a { background-color: #93216D; }
a { background-color: rgb(147,33,109); }
div.DivClassName
{
background-color: #93216D;
}
.BgClassName
{
background-color: #93216D;
}
</style>
border-color css
<style>
span { border-color: #93216D; }
span { border-color: rgb(147,33,109); }
td.TdClassName
{
border-color: #93216D;
}
.TagClassName
{
border-color: #93216D;
}
</style>