Shades of Seance #5E116D
Tints of Seance #5E116D
RGB
CMYK
RGB Variations
Color information
#5E116D (or 0x5E116D) is known color: Seance. HEX triplet: 5E, 11 and 6D. RGB value is (94,17,109). Sum of RGB (Red+Green+Blue) = 94+17+109=220 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.73% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #5E116D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E116D is #A1EE92. Grayscale: #323232. Windows color (decimal): -10612371 or 7147870. OLE color: 7147870.
HSL color Cylindrical-coordinate representation of color #5E116D: hue angle of 290.22º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E116D is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 17 | 109 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.57 |
| HSL | 290.22º | 0.73% | 0.25% | - |
| HSV(B) | 290.22º | 0.84% | 0.43% | - |
| XYZ | 7.58 | 3.88 | 14.82 | - |
| YUV | 50.51 | 161.01 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 17 | 109 | 0.14 | 0.84 | 0 | 0.57 | 290.22 | 0.73 | 0.25 |
| Hex | 5E | 11 | 6D | E | 54 | 0 | 39 | 122 | 49 | 19 |
| Octal | 136 | 21 | 155 | 16 | 124 | 0 | 71 | 442 | 111 | 31 |
| Binary | 1011110 | 10001 | 1101101 | 1110 | 1010100 | 0 | 111001 | 100100010 | 1001001 | 11001 |
Color Harmonies of #5E116D
Complementary color
Monochromatic Colors of #5E116D
Black with #5E116D
Text Example
Text Example
White with #5E116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E116D; }
p { color: rgb(94,17,109); }
H1.HeaderClassName
{
color: #5E116D;
}
.AnyTagClassName
{
color: #5E116D;
}
</style>
background-color css
<style>
a { background-color: #5E116D; }
a { background-color: rgb(94,17,109); }
div.DivClassName
{
background-color: #5E116D;
}
.BgClassName
{
background-color: #5E116D;
}
</style>
border-color css
<style>
span { border-color: #5E116D; }
span { border-color: rgb(94,17,109); }
td.TdClassName
{
border-color: #5E116D;
}
.TagClassName
{
border-color: #5E116D;
}
</style>