Shades of Seance #63156C
Tints of Seance #63156C
RGB
CMYK
RGB Variations
Color information
#63156C (or 0x63156C) is known color: Seance. HEX triplet: 63, 15 and 6C. RGB value is (99,21,108). Sum of RGB (Red+Green+Blue) = 99+21+108=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #63156C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63156C is #9CEA93. Grayscale: #353535. Windows color (decimal): -10283668 or 7083363. OLE color: 7083363.
HSL color Cylindrical-coordinate representation of color #63156C: hue angle of 293.79º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #63156C is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 21 | 108 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.58 |
| HSL | 293.79º | 0.67% | 0.25% | - |
| HSV(B) | 293.79º | 0.81% | 0.42% | - |
| XYZ | 8.12 | 4.27 | 14.58 | - |
| YUV | 54.24 | 158.34 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 21 | 108 | 0.08 | 0.81 | 0 | 0.58 | 293.79 | 0.67 | 0.25 |
| Hex | 63 | 15 | 6C | 8 | 51 | 0 | 3A | 126 | 43 | 19 |
| Octal | 143 | 25 | 154 | 10 | 121 | 0 | 72 | 446 | 103 | 31 |
| Binary | 1100011 | 10101 | 1101100 | 1000 | 1010001 | 0 | 111010 | 100100110 | 1000011 | 11001 |
Color Harmonies of #63156C
Complementary color
Monochromatic Colors of #63156C
Black with #63156C
Text Example
Text Example
White with #63156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63156C; }
p { color: rgb(99,21,108); }
H1.HeaderClassName
{
color: #63156C;
}
.AnyTagClassName
{
color: #63156C;
}
</style>
background-color css
<style>
a { background-color: #63156C; }
a { background-color: rgb(99,21,108); }
div.DivClassName
{
background-color: #63156C;
}
.BgClassName
{
background-color: #63156C;
}
</style>
border-color css
<style>
span { border-color: #63156C; }
span { border-color: rgb(99,21,108); }
td.TdClassName
{
border-color: #63156C;
}
.TagClassName
{
border-color: #63156C;
}
</style>