Shades of Scarlet Gum #4E095D
Tints of Scarlet Gum #4E095D
RGB
CMYK
RGB Variations
Color information
#4E095D (or 0x4E095D) is known color: Scarlet Gum. HEX triplet: 4E, 09 and 5D. RGB value is (78,9,93). Sum of RGB (Red+Green+Blue) = 78+9+93=180 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.33% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #4E095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E095D is #B1F6A2. Grayscale: #262626. Windows color (decimal): -11663011 or 6097230. OLE color: 6097230.
HSL color Cylindrical-coordinate representation of color #4E095D: hue angle of 289.29º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E095D is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 9 | 93 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.64 |
| HSL | 289.29º | 0.82% | 0.2% | - |
| HSV(B) | 289.29º | 0.9% | 0.36% | - |
| XYZ | 5.22 | 2.61 | 10.58 | - |
| YUV | 39.21 | 158.36 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 9 | 93 | 0.16 | 0.90 | 0 | 0.64 | 289.29 | 0.82 | 0.2 |
| Hex | 4E | 9 | 5D | 10 | 5A | 0 | 40 | 121 | 52 | 14 |
| Octal | 116 | 11 | 135 | 20 | 132 | 0 | 100 | 441 | 122 | 24 |
| Binary | 1001110 | 1001 | 1011101 | 10000 | 1011010 | 0 | 1000000 | 100100001 | 1010010 | 10100 |
Color Harmonies of #4E095D
Complementary color
Monochromatic Colors of #4E095D
Black with #4E095D
Text Example
Text Example
White with #4E095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E095D; }
p { color: rgb(78,9,93); }
H1.HeaderClassName
{
color: #4E095D;
}
.AnyTagClassName
{
color: #4E095D;
}
</style>
background-color css
<style>
a { background-color: #4E095D; }
a { background-color: rgb(78,9,93); }
div.DivClassName
{
background-color: #4E095D;
}
.BgClassName
{
background-color: #4E095D;
}
</style>
border-color css
<style>
span { border-color: #4E095D; }
span { border-color: rgb(78,9,93); }
td.TdClassName
{
border-color: #4E095D;
}
.TagClassName
{
border-color: #4E095D;
}
</style>