Shades of Seance #5D156D
Tints of Seance #5D156D
RGB
CMYK
RGB Variations
Color information
#5D156D (or 0x5D156D) is known color: Seance. HEX triplet: 5D, 15 and 6D. RGB value is (93,21,109). Sum of RGB (Red+Green+Blue) = 93+21+109=223 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.70% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #5D156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D156D is #A2EA92. Grayscale: #343434. Windows color (decimal): -10676883 or 7148893. OLE color: 7148893.
HSL color Cylindrical-coordinate representation of color #5D156D: hue angle of 289.09º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D156D is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 21 | 109 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.57 |
| HSL | 289.09º | 0.68% | 0.25% | - |
| HSV(B) | 289.09º | 0.81% | 0.43% | - |
| XYZ | 7.54 | 3.97 | 14.84 | - |
| YUV | 52.56 | 159.85 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 21 | 109 | 0.15 | 0.81 | 0 | 0.57 | 289.09 | 0.68 | 0.25 |
| Hex | 5D | 15 | 6D | F | 51 | 0 | 39 | 121 | 44 | 19 |
| Octal | 135 | 25 | 155 | 17 | 121 | 0 | 71 | 441 | 104 | 31 |
| Binary | 1011101 | 10101 | 1101101 | 1111 | 1010001 | 0 | 111001 | 100100001 | 1000100 | 11001 |
Color Harmonies of #5D156D
Complementary color
Monochromatic Colors of #5D156D
Black with #5D156D
Text Example
Text Example
White with #5D156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D156D; }
p { color: rgb(93,21,109); }
H1.HeaderClassName
{
color: #5D156D;
}
.AnyTagClassName
{
color: #5D156D;
}
</style>
background-color css
<style>
a { background-color: #5D156D; }
a { background-color: rgb(93,21,109); }
div.DivClassName
{
background-color: #5D156D;
}
.BgClassName
{
background-color: #5D156D;
}
</style>
border-color css
<style>
span { border-color: #5D156D; }
span { border-color: rgb(93,21,109); }
td.TdClassName
{
border-color: #5D156D;
}
.TagClassName
{
border-color: #5D156D;
}
</style>