Shades of Seance #5D106D
Tints of Seance #5D106D
RGB
CMYK
RGB Variations
Color information
#5D106D (or 0x5D106D) is known color: Seance. HEX triplet: 5D, 10 and 6D. RGB value is (93,16,109). Sum of RGB (Red+Green+Blue) = 93+16+109=218 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.66% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #5D106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D106D is #A2EF92. Grayscale: #313131. Windows color (decimal): -10678163 or 7147613. OLE color: 7147613.
HSL color Cylindrical-coordinate representation of color #5D106D: hue angle of 289.68º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D106D is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 16 | 109 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.57 |
| HSL | 289.68º | 0.74% | 0.25% | - |
| HSV(B) | 289.68º | 0.85% | 0.43% | - |
| XYZ | 7.46 | 3.8 | 14.81 | - |
| YUV | 49.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 16 | 109 | 0.15 | 0.85 | 0 | 0.57 | 289.68 | 0.74 | 0.25 |
| Hex | 5D | 10 | 6D | F | 55 | 0 | 39 | 122 | 4A | 19 |
| Octal | 135 | 20 | 155 | 17 | 125 | 0 | 71 | 442 | 112 | 31 |
| Binary | 1011101 | 10000 | 1101101 | 1111 | 1010101 | 0 | 111001 | 100100010 | 1001010 | 11001 |
Color Harmonies of #5D106D
Complementary color
Monochromatic Colors of #5D106D
Black with #5D106D
Text Example
Text Example
White with #5D106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D106D; }
p { color: rgb(93,16,109); }
H1.HeaderClassName
{
color: #5D106D;
}
.AnyTagClassName
{
color: #5D106D;
}
</style>
background-color css
<style>
a { background-color: #5D106D; }
a { background-color: rgb(93,16,109); }
div.DivClassName
{
background-color: #5D106D;
}
.BgClassName
{
background-color: #5D106D;
}
</style>
border-color css
<style>
span { border-color: #5D106D; }
span { border-color: rgb(93,16,109); }
td.TdClassName
{
border-color: #5D106D;
}
.TagClassName
{
border-color: #5D106D;
}
</style>