Shades of Dark Purple #933B7C
Tints of Dark Purple #933B7C
RGB
CMYK
RGB Variations
Color information
#933B7C (or 0x933B7C) is known color: Dark Purple. HEX triplet: 93, 3B and 7C. RGB value is (147,59,124). Sum of RGB (Red+Green+Blue) = 147+59+124=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 147 - color contains mainly: red. Hex color #933B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933B7C is #6CC483. Grayscale: #5C5C5C. Windows color (decimal): -7128196 or 8141715. OLE color: 8141715.
HSL color Cylindrical-coordinate representation of color #933B7C: hue angle of 315.68º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #933B7C is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 59 | 124 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.42 |
| HSL | 315.68º | 0.43% | 0.4% | - |
| HSV(B) | 315.68º | 0.6% | 0.58% | - |
| XYZ | 17.23 | 10.79 | 20.24 | - |
| YUV | 92.72 | 145.65 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 59 | 124 | 0 | 0.60 | 0.16 | 0.42 | 315.68 | 0.43 | 0.4 |
| Hex | 93 | 3B | 7C | 0 | 3C | 10 | 2A | 13C | 2B | 28 |
| Octal | 223 | 73 | 174 | 0 | 74 | 20 | 52 | 474 | 53 | 50 |
| Binary | 10010011 | 111011 | 1111100 | 0 | 111100 | 10000 | 101010 | 100111100 | 101011 | 101000 |
Color Harmonies of #933B7C
Complementary color
Monochromatic Colors of #933B7C
Black with #933B7C
Text Example
Text Example
White with #933B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933B7C; }
p { color: rgb(147,59,124); }
H1.HeaderClassName
{
color: #933B7C;
}
.AnyTagClassName
{
color: #933B7C;
}
</style>
background-color css
<style>
a { background-color: #933B7C; }
a { background-color: rgb(147,59,124); }
div.DivClassName
{
background-color: #933B7C;
}
.BgClassName
{
background-color: #933B7C;
}
</style>
border-color css
<style>
span { border-color: #933B7C; }
span { border-color: rgb(147,59,124); }
td.TdClassName
{
border-color: #933B7C;
}
.TagClassName
{
border-color: #933B7C;
}
</style>