Shades of Dark Purple #932D6D
Tints of Dark Purple #932D6D
RGB
CMYK
RGB Variations
Color information
#932D6D (or 0x932D6D) is known color: Dark Purple. HEX triplet: 93, 2D and 6D. RGB value is (147,45,109). Sum of RGB (Red+Green+Blue) = 147+45+109=301 (39% of max value = 765). Red value is 147 (57.81% from 255 or 48.84% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 147 - color contains mainly: red. Hex color #932D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932D6D is #6CD292. Grayscale: #525252. Windows color (decimal): -7131795 or 7155091. OLE color: 7155091.
HSL color Cylindrical-coordinate representation of color #932D6D: hue angle of 322.35º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #932D6D is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 45 | 109 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.42 |
| HSL | 322.35º | 0.53% | 0.38% | - |
| HSV(B) | 322.35º | 0.69% | 0.58% | - |
| XYZ | 15.73 | 9.18 | 15.41 | - |
| YUV | 82.79 | 142.79 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 45 | 109 | 0 | 0.69 | 0.26 | 0.42 | 322.35 | 0.53 | 0.38 |
| Hex | 93 | 2D | 6D | 0 | 45 | 1A | 2A | 142 | 35 | 26 |
| Octal | 223 | 55 | 155 | 0 | 105 | 32 | 52 | 502 | 65 | 46 |
| Binary | 10010011 | 101101 | 1101101 | 0 | 1000101 | 11010 | 101010 | 101000010 | 110101 | 100110 |
Color Harmonies of #932D6D
Complementary color
Monochromatic Colors of #932D6D
Black with #932D6D
Text Example
Text Example
White with #932D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932D6D; }
p { color: rgb(147,45,109); }
H1.HeaderClassName
{
color: #932D6D;
}
.AnyTagClassName
{
color: #932D6D;
}
</style>
background-color css
<style>
a { background-color: #932D6D; }
a { background-color: rgb(147,45,109); }
div.DivClassName
{
background-color: #932D6D;
}
.BgClassName
{
background-color: #932D6D;
}
</style>
border-color css
<style>
span { border-color: #932D6D; }
span { border-color: rgb(147,45,109); }
td.TdClassName
{
border-color: #932D6D;
}
.TagClassName
{
border-color: #932D6D;
}
</style>