Shades of Seance #5D216D
Tints of Seance #5D216D
RGB
CMYK
RGB Variations
Color information
#5D216D (or 0x5D216D) is known color: Seance. HEX triplet: 5D, 21 and 6D. RGB value is (93,33,109). Sum of RGB (Red+Green+Blue) = 93+33+109=235 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.57% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 109 - color contains mainly: blue. Hex color #5D216D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D216D is #A2DE92. Grayscale: #3B3B3B. Windows color (decimal): -10673811 or 7151965. OLE color: 7151965.
HSL color Cylindrical-coordinate representation of color #5D216D: hue angle of 287.37º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D216D is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 33 | 109 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.57 |
| HSL | 287.37º | 0.54% | 0.28% | - |
| HSV(B) | 287.37º | 0.7% | 0.43% | - |
| XYZ | 7.82 | 4.52 | 14.93 | - |
| YUV | 59.6 | 155.88 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 33 | 109 | 0.15 | 0.70 | 0 | 0.57 | 287.37 | 0.54 | 0.28 |
| Hex | 5D | 21 | 6D | F | 46 | 0 | 39 | 11F | 36 | 1C |
| Octal | 135 | 41 | 155 | 17 | 106 | 0 | 71 | 437 | 66 | 34 |
| Binary | 1011101 | 100001 | 1101101 | 1111 | 1000110 | 0 | 111001 | 100011111 | 110110 | 11100 |
Color Harmonies of #5D216D
Complementary color
Monochromatic Colors of #5D216D
Black with #5D216D
Text Example
Text Example
White with #5D216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D216D; }
p { color: rgb(93,33,109); }
H1.HeaderClassName
{
color: #5D216D;
}
.AnyTagClassName
{
color: #5D216D;
}
</style>
background-color css
<style>
a { background-color: #5D216D; }
a { background-color: rgb(93,33,109); }
div.DivClassName
{
background-color: #5D216D;
}
.BgClassName
{
background-color: #5D216D;
}
</style>
border-color css
<style>
span { border-color: #5D216D; }
span { border-color: rgb(93,33,109); }
td.TdClassName
{
border-color: #5D216D;
}
.TagClassName
{
border-color: #5D216D;
}
</style>