Shades of Seance #63156D
Tints of Seance #63156D
RGB
CMYK
RGB Variations
Color information
#63156D (or 0x63156D) is known color: Seance. HEX triplet: 63, 15 and 6D. RGB value is (99,21,109). Sum of RGB (Red+Green+Blue) = 99+21+109=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #63156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63156D is #9CEA92. Grayscale: #363636. Windows color (decimal): -10283667 or 7148899. OLE color: 7148899.
HSL color Cylindrical-coordinate representation of color #63156D: hue angle of 293.18º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #63156D is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 21 | 109 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.57 |
| HSL | 293.18º | 0.68% | 0.25% | - |
| HSV(B) | 293.18º | 0.81% | 0.43% | - |
| XYZ | 8.17 | 4.29 | 14.87 | - |
| YUV | 54.35 | 158.84 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 21 | 109 | 0.09 | 0.81 | 0 | 0.57 | 293.18 | 0.68 | 0.25 |
| Hex | 63 | 15 | 6D | 9 | 51 | 0 | 39 | 125 | 44 | 19 |
| Octal | 143 | 25 | 155 | 11 | 121 | 0 | 71 | 445 | 104 | 31 |
| Binary | 1100011 | 10101 | 1101101 | 1001 | 1010001 | 0 | 111001 | 100100101 | 1000100 | 11001 |
Color Harmonies of #63156D
Complementary color
Monochromatic Colors of #63156D
Black with #63156D
Text Example
Text Example
White with #63156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63156D; }
p { color: rgb(99,21,109); }
H1.HeaderClassName
{
color: #63156D;
}
.AnyTagClassName
{
color: #63156D;
}
</style>
background-color css
<style>
a { background-color: #63156D; }
a { background-color: rgb(99,21,109); }
div.DivClassName
{
background-color: #63156D;
}
.BgClassName
{
background-color: #63156D;
}
</style>
border-color css
<style>
span { border-color: #63156D; }
span { border-color: rgb(99,21,109); }
td.TdClassName
{
border-color: #63156D;
}
.TagClassName
{
border-color: #63156D;
}
</style>