Shades of Dark Purple #932D73
Tints of Dark Purple #932D73
RGB
CMYK
RGB Variations
Color information
#932D73 (or 0x932D73) is known color: Dark Purple. HEX triplet: 93, 2D and 73. RGB value is (147,45,115). Sum of RGB (Red+Green+Blue) = 147+45+115=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 147 - color contains mainly: red. Hex color #932D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932D73 is #6CD28C. Grayscale: #535353. Windows color (decimal): -7131789 or 7548307. OLE color: 7548307.
HSL color Cylindrical-coordinate representation of color #932D73: hue angle of 318.82º 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 #932D73 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 45 | 115 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.42 |
| HSL | 318.82º | 0.53% | 0.38% | - |
| HSV(B) | 318.82º | 0.69% | 0.58% | - |
| XYZ | 16.07 | 9.32 | 17.17 | - |
| YUV | 83.48 | 145.79 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 45 | 115 | 0 | 0.69 | 0.22 | 0.42 | 318.82 | 0.53 | 0.38 |
| Hex | 93 | 2D | 73 | 0 | 45 | 16 | 2A | 13F | 35 | 26 |
| Octal | 223 | 55 | 163 | 0 | 105 | 26 | 52 | 477 | 65 | 46 |
| Binary | 10010011 | 101101 | 1110011 | 0 | 1000101 | 10110 | 101010 | 100111111 | 110101 | 100110 |
Color Harmonies of #932D73
Complementary color
Monochromatic Colors of #932D73
Black with #932D73
Text Example
Text Example
White with #932D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932D73; }
p { color: rgb(147,45,115); }
H1.HeaderClassName
{
color: #932D73;
}
.AnyTagClassName
{
color: #932D73;
}
</style>
background-color css
<style>
a { background-color: #932D73; }
a { background-color: rgb(147,45,115); }
div.DivClassName
{
background-color: #932D73;
}
.BgClassName
{
background-color: #932D73;
}
</style>
border-color css
<style>
span { border-color: #932D73; }
span { border-color: rgb(147,45,115); }
td.TdClassName
{
border-color: #932D73;
}
.TagClassName
{
border-color: #932D73;
}
</style>