Shades of Dark Purple #93206D
Tints of Dark Purple #93206D
RGB
CMYK
RGB Variations
Color information
#93206D (or 0x93206D) is known color: Dark Purple. HEX triplet: 93, 20 and 6D. RGB value is (147,32,109). Sum of RGB (Red+Green+Blue) = 147+32+109=288 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.04% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 147 - color contains mainly: red. Hex color #93206D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93206D is #6CDF92. Grayscale: #4A4A4A. Windows color (decimal): -7135123 or 7151763. OLE color: 7151763.
HSL color Cylindrical-coordinate representation of color #93206D: hue angle of 319.83º degrees, saturation: 0.64, 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 #93206D is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 32 | 109 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.42 |
| HSL | 319.83º | 0.64% | 0.35% | - |
| HSV(B) | 319.83º | 0.78% | 0.58% | - |
| XYZ | 15.31 | 8.34 | 15.27 | - |
| YUV | 75.16 | 147.1 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 32 | 109 | 0 | 0.78 | 0.26 | 0.42 | 319.83 | 0.64 | 0.35 |
| Hex | 93 | 20 | 6D | 0 | 4E | 1A | 2A | 140 | 40 | 23 |
| Octal | 223 | 40 | 155 | 0 | 116 | 32 | 52 | 500 | 100 | 43 |
| Binary | 10010011 | 100000 | 1101101 | 0 | 1001110 | 11010 | 101010 | 101000000 | 1000000 | 100011 |
Color Harmonies of #93206D
Complementary color
Monochromatic Colors of #93206D
Black with #93206D
Text Example
Text Example
White with #93206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93206D; }
p { color: rgb(147,32,109); }
H1.HeaderClassName
{
color: #93206D;
}
.AnyTagClassName
{
color: #93206D;
}
</style>
background-color css
<style>
a { background-color: #93206D; }
a { background-color: rgb(147,32,109); }
div.DivClassName
{
background-color: #93206D;
}
.BgClassName
{
background-color: #93206D;
}
</style>
border-color css
<style>
span { border-color: #93206D; }
span { border-color: rgb(147,32,109); }
td.TdClassName
{
border-color: #93206D;
}
.TagClassName
{
border-color: #93206D;
}
</style>