Shades of Dark Purple #93147C
Tints of Dark Purple #93147C
RGB
CMYK
RGB Variations
Color information
#93147C (or 0x93147C) is known color: Dark Purple. HEX triplet: 93, 14 and 7C. RGB value is (147,20,124). Sum of RGB (Red+Green+Blue) = 147+20+124=291 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.52% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 147 - color contains mainly: red. Hex color #93147C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93147C is #6CEB83. Grayscale: #454545. Windows color (decimal): -7138180 or 8131731. OLE color: 8131731.
HSL color Cylindrical-coordinate representation of color #93147C: hue angle of 310.87º degrees, saturation: 0.76, 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 #93147C is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 20 | 124 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.42 |
| HSL | 310.87º | 0.76% | 0.33% | - |
| HSV(B) | 310.87º | 0.86% | 0.58% | - |
| XYZ | 15.92 | 8.16 | 19.8 | - |
| YUV | 69.83 | 158.58 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 20 | 124 | 0 | 0.86 | 0.16 | 0.42 | 310.87 | 0.76 | 0.33 |
| Hex | 93 | 14 | 7C | 0 | 56 | 10 | 2A | 137 | 4C | 21 |
| Octal | 223 | 24 | 174 | 0 | 126 | 20 | 52 | 467 | 114 | 41 |
| Binary | 10010011 | 10100 | 1111100 | 0 | 1010110 | 10000 | 101010 | 100110111 | 1001100 | 100001 |
Color Harmonies of #93147C
Complementary color
Monochromatic Colors of #93147C
Black with #93147C
Text Example
Text Example
White with #93147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93147C; }
p { color: rgb(147,20,124); }
H1.HeaderClassName
{
color: #93147C;
}
.AnyTagClassName
{
color: #93147C;
}
</style>
background-color css
<style>
a { background-color: #93147C; }
a { background-color: rgb(147,20,124); }
div.DivClassName
{
background-color: #93147C;
}
.BgClassName
{
background-color: #93147C;
}
</style>
border-color css
<style>
span { border-color: #93147C; }
span { border-color: rgb(147,20,124); }
td.TdClassName
{
border-color: #93147C;
}
.TagClassName
{
border-color: #93147C;
}
</style>