Shades of Dark Purple #93127C
Tints of Dark Purple #93127C
RGB
CMYK
RGB Variations
Color information
#93127C (or 0x93127C) is known color: Dark Purple. HEX triplet: 93, 12 and 7C. RGB value is (147,18,124). Sum of RGB (Red+Green+Blue) = 147+18+124=289 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.87% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 147 - color contains mainly: red. Hex color #93127C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93127C is #6CED83. Grayscale: #444444. Windows color (decimal): -7138692 or 8131219. OLE color: 8131219.
HSL color Cylindrical-coordinate representation of color #93127C: hue angle of 310.7º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #93127C is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 18 | 124 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.42 |
| HSL | 310.7º | 0.78% | 0.32% | - |
| HSV(B) | 310.7º | 0.88% | 0.58% | - |
| XYZ | 15.89 | 8.09 | 19.79 | - |
| YUV | 68.66 | 159.24 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 18 | 124 | 0 | 0.88 | 0.16 | 0.42 | 310.7 | 0.78 | 0.32 |
| Hex | 93 | 12 | 7C | 0 | 58 | 10 | 2A | 137 | 4E | 20 |
| Octal | 223 | 22 | 174 | 0 | 130 | 20 | 52 | 467 | 116 | 40 |
| Binary | 10010011 | 10010 | 1111100 | 0 | 1011000 | 10000 | 101010 | 100110111 | 1001110 | 100000 |
Color Harmonies of #93127C
Complementary color
Monochromatic Colors of #93127C
Black with #93127C
Text Example
Text Example
White with #93127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93127C; }
p { color: rgb(147,18,124); }
H1.HeaderClassName
{
color: #93127C;
}
.AnyTagClassName
{
color: #93127C;
}
</style>
background-color css
<style>
a { background-color: #93127C; }
a { background-color: rgb(147,18,124); }
div.DivClassName
{
background-color: #93127C;
}
.BgClassName
{
background-color: #93127C;
}
</style>
border-color css
<style>
span { border-color: #93127C; }
span { border-color: rgb(147,18,124); }
td.TdClassName
{
border-color: #93127C;
}
.TagClassName
{
border-color: #93127C;
}
</style>