Shades of Dark Purple #933C85
Tints of Dark Purple #933C85
RGB
CMYK
RGB Variations
Color information
#933C85 (or 0x933C85) is known color: Dark Purple. HEX triplet: 93, 3C and 85. RGB value is (147,60,133). Sum of RGB (Red+Green+Blue) = 147+60+133=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 147 - color contains mainly: red. Hex color #933C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933C85 is #6CC37A. Grayscale: #5E5E5E. Windows color (decimal): -7127931 or 8731795. OLE color: 8731795.
HSL color Cylindrical-coordinate representation of color #933C85: hue angle of 309.66º 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 #933C85 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 60 | 133 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.42 |
| HSL | 309.66º | 0.42% | 0.41% | - |
| HSV(B) | 309.66º | 0.59% | 0.58% | - |
| XYZ | 17.88 | 11.13 | 23.4 | - |
| YUV | 94.34 | 149.82 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 60 | 133 | 0 | 0.59 | 0.10 | 0.42 | 309.66 | 0.42 | 0.41 |
| Hex | 93 | 3C | 85 | 0 | 3B | A | 2A | 136 | 2A | 29 |
| Octal | 223 | 74 | 205 | 0 | 73 | 12 | 52 | 466 | 52 | 51 |
| Binary | 10010011 | 111100 | 10000101 | 0 | 111011 | 1010 | 101010 | 100110110 | 101010 | 101001 |
Color Harmonies of #933C85
Complementary color
Monochromatic Colors of #933C85
Black with #933C85
Text Example
Text Example
White with #933C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933C85; }
p { color: rgb(147,60,133); }
H1.HeaderClassName
{
color: #933C85;
}
.AnyTagClassName
{
color: #933C85;
}
</style>
background-color css
<style>
a { background-color: #933C85; }
a { background-color: rgb(147,60,133); }
div.DivClassName
{
background-color: #933C85;
}
.BgClassName
{
background-color: #933C85;
}
</style>
border-color css
<style>
span { border-color: #933C85; }
span { border-color: rgb(147,60,133); }
td.TdClassName
{
border-color: #933C85;
}
.TagClassName
{
border-color: #933C85;
}
</style>