Shades of Dark Purple #93407C
Tints of Dark Purple #93407C
RGB
CMYK
RGB Variations
Color information
#93407C (or 0x93407C) is known color: Dark Purple. HEX triplet: 93, 40 and 7C. RGB value is (147,64,124). Sum of RGB (Red+Green+Blue) = 147+64+124=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 147 - color contains mainly: red. Hex color #93407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93407C is #6CBF83. Grayscale: #5F5F5F. Windows color (decimal): -7126916 or 8142995. OLE color: 8142995.
HSL color Cylindrical-coordinate representation of color #93407C: hue angle of 316.63º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #93407C is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 64 | 124 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.42 |
| HSL | 316.63º | 0.39% | 0.41% | - |
| HSV(B) | 316.63º | 0.56% | 0.58% | - |
| XYZ | 17.5 | 11.33 | 20.33 | - |
| YUV | 95.66 | 144 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 64 | 124 | 0 | 0.56 | 0.16 | 0.42 | 316.63 | 0.39 | 0.41 |
| Hex | 93 | 40 | 7C | 0 | 38 | 10 | 2A | 13D | 27 | 29 |
| Octal | 223 | 100 | 174 | 0 | 70 | 20 | 52 | 475 | 47 | 51 |
| Binary | 10010011 | 1000000 | 1111100 | 0 | 111000 | 10000 | 101010 | 100111101 | 100111 | 101001 |
Color Harmonies of #93407C
Complementary color
Monochromatic Colors of #93407C
Black with #93407C
Text Example
Text Example
White with #93407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93407C; }
p { color: rgb(147,64,124); }
H1.HeaderClassName
{
color: #93407C;
}
.AnyTagClassName
{
color: #93407C;
}
</style>
background-color css
<style>
a { background-color: #93407C; }
a { background-color: rgb(147,64,124); }
div.DivClassName
{
background-color: #93407C;
}
.BgClassName
{
background-color: #93407C;
}
</style>
border-color css
<style>
span { border-color: #93407C; }
span { border-color: rgb(147,64,124); }
td.TdClassName
{
border-color: #93407C;
}
.TagClassName
{
border-color: #93407C;
}
</style>