Shades of Seance #65156E
Tints of Seance #65156E
RGB
CMYK
RGB Variations
Color information
#65156E (or 0x65156E) is known color: Seance. HEX triplet: 65, 15 and 6E. RGB value is (101,21,110). Sum of RGB (Red+Green+Blue) = 101+21+110=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #65156E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65156E is #9AEA91. Grayscale: #363636. Windows color (decimal): -10152594 or 7214437. OLE color: 7214437.
HSL color Cylindrical-coordinate representation of color #65156E: hue angle of 293.93º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #65156E is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 21 | 110 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.57 |
| HSL | 293.93º | 0.68% | 0.26% | - |
| HSV(B) | 293.93º | 0.81% | 0.43% | - |
| XYZ | 8.45 | 4.43 | 15.16 | - |
| YUV | 55.07 | 159 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 21 | 110 | 0.08 | 0.81 | 0 | 0.57 | 293.93 | 0.68 | 0.26 |
| Hex | 65 | 15 | 6E | 8 | 51 | 0 | 39 | 126 | 44 | 1A |
| Octal | 145 | 25 | 156 | 10 | 121 | 0 | 71 | 446 | 104 | 32 |
| Binary | 1100101 | 10101 | 1101110 | 1000 | 1010001 | 0 | 111001 | 100100110 | 1000100 | 11010 |
Color Harmonies of #65156E
Complementary color
Monochromatic Colors of #65156E
Black with #65156E
Text Example
Text Example
White with #65156E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65156E; }
p { color: rgb(101,21,110); }
H1.HeaderClassName
{
color: #65156E;
}
.AnyTagClassName
{
color: #65156E;
}
</style>
background-color css
<style>
a { background-color: #65156E; }
a { background-color: rgb(101,21,110); }
div.DivClassName
{
background-color: #65156E;
}
.BgClassName
{
background-color: #65156E;
}
</style>
border-color css
<style>
span { border-color: #65156E; }
span { border-color: rgb(101,21,110); }
td.TdClassName
{
border-color: #65156E;
}
.TagClassName
{
border-color: #65156E;
}
</style>