Shades of Dark Purple #932D74
Tints of Dark Purple #932D74
RGB
CMYK
RGB Variations
Color information
#932D74 (or 0x932D74) is known color: Dark Purple. HEX triplet: 93, 2D and 74. RGB value is (147,45,116). Sum of RGB (Red+Green+Blue) = 147+45+116=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 147 - color contains mainly: red. Hex color #932D74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932D74 is #6CD28B. Grayscale: #535353. Windows color (decimal): -7131788 or 7613843. OLE color: 7613843.
HSL color Cylindrical-coordinate representation of color #932D74: hue angle of 318.24º 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 #932D74 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 45 | 116 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.42 |
| HSL | 318.24º | 0.53% | 0.38% | - |
| HSV(B) | 318.24º | 0.69% | 0.58% | - |
| XYZ | 16.12 | 9.34 | 17.48 | - |
| YUV | 83.59 | 146.29 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 45 | 116 | 0 | 0.69 | 0.21 | 0.42 | 318.24 | 0.53 | 0.38 |
| Hex | 93 | 2D | 74 | 0 | 45 | 15 | 2A | 13E | 35 | 26 |
| Octal | 223 | 55 | 164 | 0 | 105 | 25 | 52 | 476 | 65 | 46 |
| Binary | 10010011 | 101101 | 1110100 | 0 | 1000101 | 10101 | 101010 | 100111110 | 110101 | 100110 |
Color Harmonies of #932D74
Complementary color
Monochromatic Colors of #932D74
Black with #932D74
Text Example
Text Example
White with #932D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932D74; }
p { color: rgb(147,45,116); }
H1.HeaderClassName
{
color: #932D74;
}
.AnyTagClassName
{
color: #932D74;
}
</style>
background-color css
<style>
a { background-color: #932D74; }
a { background-color: rgb(147,45,116); }
div.DivClassName
{
background-color: #932D74;
}
.BgClassName
{
background-color: #932D74;
}
</style>
border-color css
<style>
span { border-color: #932D74; }
span { border-color: rgb(147,45,116); }
td.TdClassName
{
border-color: #932D74;
}
.TagClassName
{
border-color: #932D74;
}
</style>