Shades of Seance #63386C
Tints of Seance #63386C
RGB
CMYK
RGB Variations
Color information
#63386C (or 0x63386C) is known color: Seance. HEX triplet: 63, 38 and 6C. RGB value is (99,56,108). Sum of RGB (Red+Green+Blue) = 99+56+108=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 108 - color contains mainly: blue. Hex color #63386C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63386C is #9CC793. Grayscale: #4A4A4A. Windows color (decimal): -10274708 or 7092323. OLE color: 7092323.
HSL color Cylindrical-coordinate representation of color #63386C: hue angle of 289.62º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63386C is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 56 | 108 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.58 |
| HSL | 289.62º | 0.32% | 0.32% | - |
| HSV(B) | 289.62º | 0.48% | 0.42% | - |
| XYZ | 9.27 | 6.56 | 14.97 | - |
| YUV | 74.79 | 146.75 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 56 | 108 | 0.08 | 0.48 | 0 | 0.58 | 289.62 | 0.32 | 0.32 |
| Hex | 63 | 38 | 6C | 8 | 30 | 0 | 3A | 122 | 20 | 20 |
| Octal | 143 | 70 | 154 | 10 | 60 | 0 | 72 | 442 | 40 | 40 |
| Binary | 1100011 | 111000 | 1101100 | 1000 | 110000 | 0 | 111010 | 100100010 | 100000 | 100000 |
Color Harmonies of #63386C
Complementary color
Monochromatic Colors of #63386C
Black with #63386C
Text Example
Text Example
White with #63386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63386C; }
p { color: rgb(99,56,108); }
H1.HeaderClassName
{
color: #63386C;
}
.AnyTagClassName
{
color: #63386C;
}
</style>
background-color css
<style>
a { background-color: #63386C; }
a { background-color: rgb(99,56,108); }
div.DivClassName
{
background-color: #63386C;
}
.BgClassName
{
background-color: #63386C;
}
</style>
border-color css
<style>
span { border-color: #63386C; }
span { border-color: rgb(99,56,108); }
td.TdClassName
{
border-color: #63386C;
}
.TagClassName
{
border-color: #63386C;
}
</style>