Shades of Dark Purple #932C7D
Tints of Dark Purple #932C7D
RGB
CMYK
RGB Variations
Color information
#932C7D (or 0x932C7D) is known color: Dark Purple. HEX triplet: 93, 2C and 7D. RGB value is (147,44,125). Sum of RGB (Red+Green+Blue) = 147+44+125=316 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.52% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 147 - color contains mainly: red. Hex color #932C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932C7D is #6CD382. Grayscale: #535353. Windows color (decimal): -7132035 or 8203411. OLE color: 8203411.
HSL color Cylindrical-coordinate representation of color #932C7D: hue angle of 312.82º 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 #932C7D is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 44 | 125 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.42 |
| HSL | 312.82º | 0.54% | 0.37% | - |
| HSV(B) | 312.82º | 0.7% | 0.58% | - |
| XYZ | 16.63 | 9.49 | 20.36 | - |
| YUV | 84.03 | 151.12 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 44 | 125 | 0 | 0.70 | 0.15 | 0.42 | 312.82 | 0.54 | 0.37 |
| Hex | 93 | 2C | 7D | 0 | 46 | F | 2A | 139 | 36 | 25 |
| Octal | 223 | 54 | 175 | 0 | 106 | 17 | 52 | 471 | 66 | 45 |
| Binary | 10010011 | 101100 | 1111101 | 0 | 1000110 | 1111 | 101010 | 100111001 | 110110 | 100101 |
Color Harmonies of #932C7D
Complementary color
Monochromatic Colors of #932C7D
Black with #932C7D
Text Example
Text Example
White with #932C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932C7D; }
p { color: rgb(147,44,125); }
H1.HeaderClassName
{
color: #932C7D;
}
.AnyTagClassName
{
color: #932C7D;
}
</style>
background-color css
<style>
a { background-color: #932C7D; }
a { background-color: rgb(147,44,125); }
div.DivClassName
{
background-color: #932C7D;
}
.BgClassName
{
background-color: #932C7D;
}
</style>
border-color css
<style>
span { border-color: #932C7D; }
span { border-color: rgb(147,44,125); }
td.TdClassName
{
border-color: #932C7D;
}
.TagClassName
{
border-color: #932C7D;
}
</style>