Shades of Dark Purple #932C83
Tints of Dark Purple #932C83
RGB
CMYK
RGB Variations
Color information
#932C83 (or 0x932C83) is known color: Dark Purple. HEX triplet: 93, 2C and 83. RGB value is (147,44,131). Sum of RGB (Red+Green+Blue) = 147+44+131=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 147 - color contains mainly: red. Hex color #932C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932C83 is #6CD37C. Grayscale: #545454. Windows color (decimal): -7132029 or 8596627. OLE color: 8596627.
HSL color Cylindrical-coordinate representation of color #932C83: hue angle of 309.32º 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 #932C83 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 44 | 131 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.42 |
| HSL | 309.32º | 0.54% | 0.37% | - |
| HSV(B) | 309.32º | 0.7% | 0.58% | - |
| XYZ | 17.03 | 9.64 | 22.44 | - |
| YUV | 84.72 | 154.12 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 44 | 131 | 0 | 0.70 | 0.11 | 0.42 | 309.32 | 0.54 | 0.37 |
| Hex | 93 | 2C | 83 | 0 | 46 | B | 2A | 135 | 36 | 25 |
| Octal | 223 | 54 | 203 | 0 | 106 | 13 | 52 | 465 | 66 | 45 |
| Binary | 10010011 | 101100 | 10000011 | 0 | 1000110 | 1011 | 101010 | 100110101 | 110110 | 100101 |
Color Harmonies of #932C83
Complementary color
Monochromatic Colors of #932C83
Black with #932C83
Text Example
Text Example
White with #932C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932C83; }
p { color: rgb(147,44,131); }
H1.HeaderClassName
{
color: #932C83;
}
.AnyTagClassName
{
color: #932C83;
}
</style>
background-color css
<style>
a { background-color: #932C83; }
a { background-color: rgb(147,44,131); }
div.DivClassName
{
background-color: #932C83;
}
.BgClassName
{
background-color: #932C83;
}
</style>
border-color css
<style>
span { border-color: #932C83; }
span { border-color: rgb(147,44,131); }
td.TdClassName
{
border-color: #932C83;
}
.TagClassName
{
border-color: #932C83;
}
</style>