Shades of Seance #5E116F
Tints of Seance #5E116F
RGB
CMYK
RGB Variations
Color information
#5E116F (or 0x5E116F) is known color: Seance. HEX triplet: 5E, 11 and 6F. RGB value is (94,17,111). Sum of RGB (Red+Green+Blue) = 94+17+111=222 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.34% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #5E116F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E116F is #A1EE90. Grayscale: #323232. Windows color (decimal): -10612369 or 7278942. OLE color: 7278942.
HSL color Cylindrical-coordinate representation of color #5E116F: hue angle of 289.15º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E116F is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
RGB | 94 | 17 | 111 | - |
CMYK | 0.15 | 0.85 | 0 | 0.56 |
HSL | 289.15º | 0.73% | 0.25% | - |
HSV(B) | 289.15º | 0.85% | 0.44% | - |
XYZ | 7.69 | 3.93 | 15.39 | - |
YUV | 50.74 | 162.01 | 158.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 17 | 111 | 0.15 | 0.85 | 0 | 0.56 | 289.15 | 0.73 | 0.25 |
Hex | 5E | 11 | 6F | F | 55 | 0 | 38 | 121 | 49 | 19 |
Octal | 136 | 21 | 157 | 17 | 125 | 0 | 70 | 441 | 111 | 31 |
Binary | 1011110 | 10001 | 1101111 | 1111 | 1010101 | 0 | 111000 | 100100001 | 1001001 | 11001 |
Color Harmonies of #5E116F
Complementary color
Monochromatic Colors of #5E116F
Black with #5E116F
Text Example
Text Example
White with #5E116F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E116F; }
p { color: rgb(94,17,111); }
H1.HeaderClassName
{
color: #5E116F;
}
.AnyTagClassName
{
color: #5E116F;
}
</style>
background-color css
<style>
a { background-color: #5E116F; }
a { background-color: rgb(94,17,111); }
div.DivClassName
{
background-color: #5E116F;
}
.BgClassName
{
background-color: #5E116F;
}
</style>
border-color css
<style>
span { border-color: #5E116F; }
span { border-color: rgb(94,17,111); }
td.TdClassName
{
border-color: #5E116F;
}
.TagClassName
{
border-color: #5E116F;
}
</style>