Shades of Dark Purple #93157C
Tints of Dark Purple #93157C
RGB
CMYK
RGB Variations
Color information
#93157C (or 0x93157C) is known color: Dark Purple. HEX triplet: 93, 15 and 7C. RGB value is (147,21,124). Sum of RGB (Red+Green+Blue) = 147+21+124=292 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.34% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 147 - color contains mainly: red. Hex color #93157C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93157C is #6CEA83. Grayscale: #464646. Windows color (decimal): -7137924 or 8131987. OLE color: 8131987.
HSL color Cylindrical-coordinate representation of color #93157C: hue angle of 310.95º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #93157C is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 21 | 124 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.42 |
| HSL | 310.95º | 0.75% | 0.33% | - |
| HSV(B) | 310.95º | 0.86% | 0.58% | - |
| XYZ | 15.94 | 8.19 | 19.81 | - |
| YUV | 70.42 | 158.24 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 21 | 124 | 0 | 0.86 | 0.16 | 0.42 | 310.95 | 0.75 | 0.33 |
| Hex | 93 | 15 | 7C | 0 | 56 | 10 | 2A | 137 | 4B | 21 |
| Octal | 223 | 25 | 174 | 0 | 126 | 20 | 52 | 467 | 113 | 41 |
| Binary | 10010011 | 10101 | 1111100 | 0 | 1010110 | 10000 | 101010 | 100110111 | 1001011 | 100001 |
Color Harmonies of #93157C
Complementary color
Monochromatic Colors of #93157C
Black with #93157C
Text Example
Text Example
White with #93157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93157C; }
p { color: rgb(147,21,124); }
H1.HeaderClassName
{
color: #93157C;
}
.AnyTagClassName
{
color: #93157C;
}
</style>
background-color css
<style>
a { background-color: #93157C; }
a { background-color: rgb(147,21,124); }
div.DivClassName
{
background-color: #93157C;
}
.BgClassName
{
background-color: #93157C;
}
</style>
border-color css
<style>
span { border-color: #93157C; }
span { border-color: rgb(147,21,124); }
td.TdClassName
{
border-color: #93157C;
}
.TagClassName
{
border-color: #93157C;
}
</style>