Shades of Seance #5E146E
Tints of Seance #5E146E
RGB
CMYK
RGB Variations
Color information
#5E146E (or 0x5E146E) is known color: Seance. HEX triplet: 5E, 14 and 6E. RGB value is (94,20,110). Sum of RGB (Red+Green+Blue) = 94+20+110=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #5E146E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E146E is #A1EB91. Grayscale: #343434. Windows color (decimal): -10611602 or 7214174. OLE color: 7214174.
HSL color Cylindrical-coordinate representation of color #5E146E: hue angle of 289.33º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E146E is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 20 | 110 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.57 |
| HSL | 289.33º | 0.69% | 0.25% | - |
| HSV(B) | 289.33º | 0.82% | 0.43% | - |
| XYZ | 7.68 | 4.01 | 15.12 | - |
| YUV | 52.39 | 160.52 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 20 | 110 | 0.15 | 0.82 | 0 | 0.57 | 289.33 | 0.69 | 0.25 |
| Hex | 5E | 14 | 6E | F | 52 | 0 | 39 | 121 | 45 | 19 |
| Octal | 136 | 24 | 156 | 17 | 122 | 0 | 71 | 441 | 105 | 31 |
| Binary | 1011110 | 10100 | 1101110 | 1111 | 1010010 | 0 | 111001 | 100100001 | 1000101 | 11001 |
Color Harmonies of #5E146E
Complementary color
Monochromatic Colors of #5E146E
Black with #5E146E
Text Example
Text Example
White with #5E146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E146E; }
p { color: rgb(94,20,110); }
H1.HeaderClassName
{
color: #5E146E;
}
.AnyTagClassName
{
color: #5E146E;
}
</style>
background-color css
<style>
a { background-color: #5E146E; }
a { background-color: rgb(94,20,110); }
div.DivClassName
{
background-color: #5E146E;
}
.BgClassName
{
background-color: #5E146E;
}
</style>
border-color css
<style>
span { border-color: #5E146E; }
span { border-color: rgb(94,20,110); }
td.TdClassName
{
border-color: #5E146E;
}
.TagClassName
{
border-color: #5E146E;
}
</style>