Shades of Seance #5F106F
Tints of Seance #5F106F
RGB
CMYK
RGB Variations
Color information
#5F106F (or 0x5F106F) is known color: Seance. HEX triplet: 5F, 10 and 6F. RGB value is (95,16,111). Sum of RGB (Red+Green+Blue) = 95+16+111=222 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.79% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #5F106F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F106F is #A0EF90. Grayscale: #323232. Windows color (decimal): -10547089 or 7278687. OLE color: 7278687.
HSL color Cylindrical-coordinate representation of color #5F106F: hue angle of 289.89º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F106F is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 16 | 111 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.56 |
| HSL | 289.89º | 0.75% | 0.25% | - |
| HSV(B) | 289.89º | 0.86% | 0.44% | - |
| XYZ | 7.77 | 3.95 | 15.39 | - |
| YUV | 50.45 | 162.17 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 16 | 111 | 0.14 | 0.86 | 0 | 0.56 | 289.89 | 0.75 | 0.25 |
| Hex | 5F | 10 | 6F | E | 56 | 0 | 38 | 122 | 4B | 19 |
| Octal | 137 | 20 | 157 | 16 | 126 | 0 | 70 | 442 | 113 | 31 |
| Binary | 1011111 | 10000 | 1101111 | 1110 | 1010110 | 0 | 111000 | 100100010 | 1001011 | 11001 |
Color Harmonies of #5F106F
Complementary color
Monochromatic Colors of #5F106F
Black with #5F106F
Text Example
Text Example
White with #5F106F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F106F; }
p { color: rgb(95,16,111); }
H1.HeaderClassName
{
color: #5F106F;
}
.AnyTagClassName
{
color: #5F106F;
}
</style>
background-color css
<style>
a { background-color: #5F106F; }
a { background-color: rgb(95,16,111); }
div.DivClassName
{
background-color: #5F106F;
}
.BgClassName
{
background-color: #5F106F;
}
</style>
border-color css
<style>
span { border-color: #5F106F; }
span { border-color: rgb(95,16,111); }
td.TdClassName
{
border-color: #5F106F;
}
.TagClassName
{
border-color: #5F106F;
}
</style>