Shades of Seance #5F216C
Tints of Seance #5F216C
RGB
CMYK
RGB Variations
Color information
#5F216C (or 0x5F216C) is known color: Seance. HEX triplet: 5F, 21 and 6C. RGB value is (95,33,108). Sum of RGB (Red+Green+Blue) = 95+33+108=236 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.25% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #5F216C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F216C is #A0DE93. Grayscale: #3B3B3B. Windows color (decimal): -10542740 or 7086431. OLE color: 7086431.
HSL color Cylindrical-coordinate representation of color #5F216C: hue angle of 289.6º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F216C is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 33 | 108 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.58 |
| HSL | 289.6º | 0.53% | 0.28% | - |
| HSV(B) | 289.6º | 0.69% | 0.42% | - |
| XYZ | 7.97 | 4.6 | 14.66 | - |
| YUV | 60.09 | 155.04 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 33 | 108 | 0.12 | 0.69 | 0 | 0.58 | 289.6 | 0.53 | 0.28 |
| Hex | 5F | 21 | 6C | C | 45 | 0 | 3A | 122 | 35 | 1C |
| Octal | 137 | 41 | 154 | 14 | 105 | 0 | 72 | 442 | 65 | 34 |
| Binary | 1011111 | 100001 | 1101100 | 1100 | 1000101 | 0 | 111010 | 100100010 | 110101 | 11100 |
Color Harmonies of #5F216C
Complementary color
Monochromatic Colors of #5F216C
Black with #5F216C
Text Example
Text Example
White with #5F216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F216C; }
p { color: rgb(95,33,108); }
H1.HeaderClassName
{
color: #5F216C;
}
.AnyTagClassName
{
color: #5F216C;
}
</style>
background-color css
<style>
a { background-color: #5F216C; }
a { background-color: rgb(95,33,108); }
div.DivClassName
{
background-color: #5F216C;
}
.BgClassName
{
background-color: #5F216C;
}
</style>
border-color css
<style>
span { border-color: #5F216C; }
span { border-color: rgb(95,33,108); }
td.TdClassName
{
border-color: #5F216C;
}
.TagClassName
{
border-color: #5F216C;
}
</style>