Shades of Seance #5F2E6D
Tints of Seance #5F2E6D
RGB
CMYK
RGB Variations
Color information
#5F2E6D (or 0x5F2E6D) is known color: Seance. HEX triplet: 5F, 2E and 6D. RGB value is (95,46,109). Sum of RGB (Red+Green+Blue) = 95+46+109=250 (33% of max value = 765). Red value is 95 (37.5% from 255 or 38% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 109 - color contains mainly: blue. Hex color #5F2E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2E6D is #A0D192. Grayscale: #434343. Windows color (decimal): -10539411 or 7155295. OLE color: 7155295.
HSL color Cylindrical-coordinate representation of color #5F2E6D: hue angle of 286.67º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F2E6D is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 95 | 46 | 109 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.57 |
| HSL | 286.67º | 0.41% | 0.3% | - |
| HSV(B) | 286.67º | 0.58% | 0.43% | - |
| XYZ | 8.46 | 5.49 | 15.08 | - |
| YUV | 67.83 | 151.23 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 46 | 109 | 0.13 | 0.58 | 0 | 0.57 | 286.67 | 0.41 | 0.3 |
| Hex | 5F | 2E | 6D | D | 3A | 0 | 39 | 11F | 29 | 1E |
| Octal | 137 | 56 | 155 | 15 | 72 | 0 | 71 | 437 | 51 | 36 |
| Binary | 1011111 | 101110 | 1101101 | 1101 | 111010 | 0 | 111001 | 100011111 | 101001 | 11110 |
Color Harmonies of #5F2E6D
Complementary color
Monochromatic Colors of #5F2E6D
Black with #5F2E6D
Text Example
Text Example
White with #5F2E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2E6D; }
p { color: rgb(95,46,109); }
H1.HeaderClassName
{
color: #5F2E6D;
}
.AnyTagClassName
{
color: #5F2E6D;
}
</style>
background-color css
<style>
a { background-color: #5F2E6D; }
a { background-color: rgb(95,46,109); }
div.DivClassName
{
background-color: #5F2E6D;
}
.BgClassName
{
background-color: #5F2E6D;
}
</style>
border-color css
<style>
span { border-color: #5F2E6D; }
span { border-color: rgb(95,46,109); }
td.TdClassName
{
border-color: #5F2E6D;
}
.TagClassName
{
border-color: #5F2E6D;
}
</style>