Shades of Dark Purple #932E8D
Tints of Dark Purple #932E8D
RGB
CMYK
RGB Variations
Color information
#932E8D (or 0x932E8D) is known color: Dark Purple. HEX triplet: 93, 2E and 8D. RGB value is (147,46,141). Sum of RGB (Red+Green+Blue) = 147+46+141=334 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.01% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 147 - color contains mainly: red. Hex color #932E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932E8D is #6CD172. Grayscale: #565656. Windows color (decimal): -7131507 or 9252499. OLE color: 9252499.
HSL color Cylindrical-coordinate representation of color #932E8D: hue angle of 303.56º degrees, saturation: 0.52, 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 #932E8D is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 46 | 141 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.42 |
| HSL | 303.56º | 0.52% | 0.38% | - |
| HSV(B) | 303.56º | 0.69% | 0.58% | - |
| XYZ | 17.82 | 10.08 | 26.21 | - |
| YUV | 87.03 | 158.46 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 46 | 141 | 0 | 0.69 | 0.04 | 0.42 | 303.56 | 0.52 | 0.38 |
| Hex | 93 | 2E | 8D | 0 | 45 | 4 | 2A | 130 | 34 | 26 |
| Octal | 223 | 56 | 215 | 0 | 105 | 4 | 52 | 460 | 64 | 46 |
| Binary | 10010011 | 101110 | 10001101 | 0 | 1000101 | 100 | 101010 | 100110000 | 110100 | 100110 |
Color Harmonies of #932E8D
Complementary color
Monochromatic Colors of #932E8D
Black with #932E8D
Text Example
Text Example
White with #932E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932E8D; }
p { color: rgb(147,46,141); }
H1.HeaderClassName
{
color: #932E8D;
}
.AnyTagClassName
{
color: #932E8D;
}
</style>
background-color css
<style>
a { background-color: #932E8D; }
a { background-color: rgb(147,46,141); }
div.DivClassName
{
background-color: #932E8D;
}
.BgClassName
{
background-color: #932E8D;
}
</style>
border-color css
<style>
span { border-color: #932E8D; }
span { border-color: rgb(147,46,141); }
td.TdClassName
{
border-color: #932E8D;
}
.TagClassName
{
border-color: #932E8D;
}
</style>