Shades of Seance #65166D
Tints of Seance #65166D
RGB
CMYK
RGB Variations
Color information
#65166D (or 0x65166D) is known color: Seance. HEX triplet: 65, 16 and 6D. RGB value is (101,22,109). Sum of RGB (Red+Green+Blue) = 101+22+109=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #65166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65166D is #9AE992. Grayscale: #373737. Windows color (decimal): -10152339 or 7149157. OLE color: 7149157.
HSL color Cylindrical-coordinate representation of color #65166D: hue angle of 294.48º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #65166D is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 22 | 109 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.57 |
| HSL | 294.48º | 0.66% | 0.26% | - |
| HSV(B) | 294.48º | 0.8% | 0.43% | - |
| XYZ | 8.41 | 4.44 | 14.88 | - |
| YUV | 55.54 | 158.17 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 22 | 109 | 0.07 | 0.80 | 0 | 0.57 | 294.48 | 0.66 | 0.26 |
| Hex | 65 | 16 | 6D | 7 | 50 | 0 | 39 | 126 | 42 | 1A |
| Octal | 145 | 26 | 155 | 7 | 120 | 0 | 71 | 446 | 102 | 32 |
| Binary | 1100101 | 10110 | 1101101 | 111 | 1010000 | 0 | 111001 | 100100110 | 1000010 | 11010 |
Color Harmonies of #65166D
Complementary color
Monochromatic Colors of #65166D
Black with #65166D
Text Example
Text Example
White with #65166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65166D; }
p { color: rgb(101,22,109); }
H1.HeaderClassName
{
color: #65166D;
}
.AnyTagClassName
{
color: #65166D;
}
</style>
background-color css
<style>
a { background-color: #65166D; }
a { background-color: rgb(101,22,109); }
div.DivClassName
{
background-color: #65166D;
}
.BgClassName
{
background-color: #65166D;
}
</style>
border-color css
<style>
span { border-color: #65166D; }
span { border-color: rgb(101,22,109); }
td.TdClassName
{
border-color: #65166D;
}
.TagClassName
{
border-color: #65166D;
}
</style>