Shades of Dark Purple #932D8D
Tints of Dark Purple #932D8D
RGB
CMYK
RGB Variations
Color information
#932D8D (or 0x932D8D) is known color: Dark Purple. HEX triplet: 93, 2D and 8D. RGB value is (147,45,141). Sum of RGB (Red+Green+Blue) = 147+45+141=333 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.14% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 147 - color contains mainly: red. Hex color #932D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932D8D is #6CD272. Grayscale: #565656. Windows color (decimal): -7131763 or 9252243. OLE color: 9252243.
HSL color Cylindrical-coordinate representation of color #932D8D: hue angle of 303.53º 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 #932D8D is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 45 | 141 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.42 |
| HSL | 303.53º | 0.53% | 0.38% | - |
| HSV(B) | 303.53º | 0.69% | 0.58% | - |
| XYZ | 17.78 | 10 | 26.19 | - |
| YUV | 86.44 | 158.79 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 45 | 141 | 0 | 0.69 | 0.04 | 0.42 | 303.53 | 0.53 | 0.38 |
| Hex | 93 | 2D | 8D | 0 | 45 | 4 | 2A | 130 | 35 | 26 |
| Octal | 223 | 55 | 215 | 0 | 105 | 4 | 52 | 460 | 65 | 46 |
| Binary | 10010011 | 101101 | 10001101 | 0 | 1000101 | 100 | 101010 | 100110000 | 110101 | 100110 |
Color Harmonies of #932D8D
Complementary color
Monochromatic Colors of #932D8D
Black with #932D8D
Text Example
Text Example
White with #932D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932D8D; }
p { color: rgb(147,45,141); }
H1.HeaderClassName
{
color: #932D8D;
}
.AnyTagClassName
{
color: #932D8D;
}
</style>
background-color css
<style>
a { background-color: #932D8D; }
a { background-color: rgb(147,45,141); }
div.DivClassName
{
background-color: #932D8D;
}
.BgClassName
{
background-color: #932D8D;
}
</style>
border-color css
<style>
span { border-color: #932D8D; }
span { border-color: rgb(147,45,141); }
td.TdClassName
{
border-color: #932D8D;
}
.TagClassName
{
border-color: #932D8D;
}
</style>