Shades of Seance #5E106F
Tints of Seance #5E106F
RGB
CMYK
RGB Variations
Color information
#5E106F (or 0x5E106F) is known color: Seance. HEX triplet: 5E, 10 and 6F. RGB value is (94,16,111). Sum of RGB (Red+Green+Blue) = 94+16+111=221 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.53% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #5E106F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E106F is #A1EF90. Grayscale: #313131. Windows color (decimal): -10612625 or 7278686. OLE color: 7278686.
HSL color Cylindrical-coordinate representation of color #5E106F: hue angle of 289.26º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E106F is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 16 | 111 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.56 |
| HSL | 289.26º | 0.75% | 0.25% | - |
| HSV(B) | 289.26º | 0.86% | 0.44% | - |
| XYZ | 7.67 | 3.9 | 15.39 | - |
| YUV | 50.15 | 162.34 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 16 | 111 | 0.15 | 0.86 | 0 | 0.56 | 289.26 | 0.75 | 0.25 |
| Hex | 5E | 10 | 6F | F | 56 | 0 | 38 | 121 | 4B | 19 |
| Octal | 136 | 20 | 157 | 17 | 126 | 0 | 70 | 441 | 113 | 31 |
| Binary | 1011110 | 10000 | 1101111 | 1111 | 1010110 | 0 | 111000 | 100100001 | 1001011 | 11001 |
Color Harmonies of #5E106F
Complementary color
Monochromatic Colors of #5E106F
Black with #5E106F
Text Example
Text Example
White with #5E106F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E106F; }
p { color: rgb(94,16,111); }
H1.HeaderClassName
{
color: #5E106F;
}
.AnyTagClassName
{
color: #5E106F;
}
</style>
background-color css
<style>
a { background-color: #5E106F; }
a { background-color: rgb(94,16,111); }
div.DivClassName
{
background-color: #5E106F;
}
.BgClassName
{
background-color: #5E106F;
}
</style>
border-color css
<style>
span { border-color: #5E106F; }
span { border-color: rgb(94,16,111); }
td.TdClassName
{
border-color: #5E106F;
}
.TagClassName
{
border-color: #5E106F;
}
</style>