Shades of Seance #5F216D
Tints of Seance #5F216D
RGB
CMYK
RGB Variations
Color information
#5F216D (or 0x5F216D) is known color: Seance. HEX triplet: 5F, 21 and 6D. RGB value is (95,33,109). Sum of RGB (Red+Green+Blue) = 95+33+109=237 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.08% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #5F216D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F216D is #A0DE92. Grayscale: #3B3B3B. Windows color (decimal): -10542739 or 7151967. OLE color: 7151967.
HSL color Cylindrical-coordinate representation of color #5F216D: hue angle of 288.95º 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 #5F216D is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 95 | 33 | 109 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.57 |
| HSL | 288.95º | 0.54% | 0.28% | - |
| HSV(B) | 288.95º | 0.7% | 0.43% | - |
| XYZ | 8.02 | 4.62 | 14.94 | - |
| YUV | 60.2 | 155.54 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 33 | 109 | 0.13 | 0.70 | 0 | 0.57 | 288.95 | 0.54 | 0.28 |
| Hex | 5F | 21 | 6D | D | 46 | 0 | 39 | 121 | 36 | 1C |
| Octal | 137 | 41 | 155 | 15 | 106 | 0 | 71 | 441 | 66 | 34 |
| Binary | 1011111 | 100001 | 1101101 | 1101 | 1000110 | 0 | 111001 | 100100001 | 110110 | 11100 |
Color Harmonies of #5F216D
Complementary color
Monochromatic Colors of #5F216D
Black with #5F216D
Text Example
Text Example
White with #5F216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F216D; }
p { color: rgb(95,33,109); }
H1.HeaderClassName
{
color: #5F216D;
}
.AnyTagClassName
{
color: #5F216D;
}
</style>
background-color css
<style>
a { background-color: #5F216D; }
a { background-color: rgb(95,33,109); }
div.DivClassName
{
background-color: #5F216D;
}
.BgClassName
{
background-color: #5F216D;
}
</style>
border-color css
<style>
span { border-color: #5F216D; }
span { border-color: rgb(95,33,109); }
td.TdClassName
{
border-color: #5F216D;
}
.TagClassName
{
border-color: #5F216D;
}
</style>