Shades of Dark Purple #932C7C
Tints of Dark Purple #932C7C
RGB
CMYK
RGB Variations
Color information
#932C7C (or 0x932C7C) is known color: Dark Purple. HEX triplet: 93, 2C and 7C. RGB value is (147,44,124). Sum of RGB (Red+Green+Blue) = 147+44+124=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #932C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932C7C is #6CD383. Grayscale: #535353. Windows color (decimal): -7132036 or 8137875. OLE color: 8137875.
HSL color Cylindrical-coordinate representation of color #932C7C: hue angle of 313.4º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #932C7C is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 44 | 124 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.42 |
| HSL | 313.4º | 0.54% | 0.37% | - |
| HSV(B) | 313.4º | 0.7% | 0.58% | - |
| XYZ | 16.57 | 9.46 | 20.02 | - |
| YUV | 83.92 | 150.62 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 44 | 124 | 0 | 0.70 | 0.16 | 0.42 | 313.4 | 0.54 | 0.37 |
| Hex | 93 | 2C | 7C | 0 | 46 | 10 | 2A | 139 | 36 | 25 |
| Octal | 223 | 54 | 174 | 0 | 106 | 20 | 52 | 471 | 66 | 45 |
| Binary | 10010011 | 101100 | 1111100 | 0 | 1000110 | 10000 | 101010 | 100111001 | 110110 | 100101 |
Color Harmonies of #932C7C
Complementary color
Monochromatic Colors of #932C7C
Black with #932C7C
Text Example
Text Example
White with #932C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932C7C; }
p { color: rgb(147,44,124); }
H1.HeaderClassName
{
color: #932C7C;
}
.AnyTagClassName
{
color: #932C7C;
}
</style>
background-color css
<style>
a { background-color: #932C7C; }
a { background-color: rgb(147,44,124); }
div.DivClassName
{
background-color: #932C7C;
}
.BgClassName
{
background-color: #932C7C;
}
</style>
border-color css
<style>
span { border-color: #932C7C; }
span { border-color: rgb(147,44,124); }
td.TdClassName
{
border-color: #932C7C;
}
.TagClassName
{
border-color: #932C7C;
}
</style>