Shades of Dark Purple #933C80
Tints of Dark Purple #933C80
RGB
CMYK
RGB Variations
Color information
#933C80 (or 0x933C80) is known color: Dark Purple. HEX triplet: 93, 3C and 80. RGB value is (147,60,128). Sum of RGB (Red+Green+Blue) = 147+60+128=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 147 - color contains mainly: red. Hex color #933C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933C80 is #6CC37F. Grayscale: #5D5D5D. Windows color (decimal): -7127936 or 8404115. OLE color: 8404115.
HSL color Cylindrical-coordinate representation of color #933C80: hue angle of 313.1º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #933C80 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 60 | 128 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.42 |
| HSL | 313.1º | 0.42% | 0.41% | - |
| HSV(B) | 313.1º | 0.59% | 0.58% | - |
| XYZ | 17.54 | 10.99 | 21.62 | - |
| YUV | 93.77 | 147.32 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 60 | 128 | 0 | 0.59 | 0.13 | 0.42 | 313.1 | 0.42 | 0.41 |
| Hex | 93 | 3C | 80 | 0 | 3B | D | 2A | 139 | 2A | 29 |
| Octal | 223 | 74 | 200 | 0 | 73 | 15 | 52 | 471 | 52 | 51 |
| Binary | 10010011 | 111100 | 10000000 | 0 | 111011 | 1101 | 101010 | 100111001 | 101010 | 101001 |
Color Harmonies of #933C80
Complementary color
Monochromatic Colors of #933C80
Black with #933C80
Text Example
Text Example
White with #933C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933C80; }
p { color: rgb(147,60,128); }
H1.HeaderClassName
{
color: #933C80;
}
.AnyTagClassName
{
color: #933C80;
}
</style>
background-color css
<style>
a { background-color: #933C80; }
a { background-color: rgb(147,60,128); }
div.DivClassName
{
background-color: #933C80;
}
.BgClassName
{
background-color: #933C80;
}
</style>
border-color css
<style>
span { border-color: #933C80; }
span { border-color: rgb(147,60,128); }
td.TdClassName
{
border-color: #933C80;
}
.TagClassName
{
border-color: #933C80;
}
</style>