Shades of Seance #63166D
Tints of Seance #63166D
RGB
CMYK
RGB Variations
Color information
#63166D (or 0x63166D) is known color: Seance. HEX triplet: 63, 16 and 6D. RGB value is (99,22,109). Sum of RGB (Red+Green+Blue) = 99+22+109=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #63166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63166D is #9CE992. Grayscale: #363636. Windows color (decimal): -10283411 or 7149155. OLE color: 7149155.
HSL color Cylindrical-coordinate representation of color #63166D: hue angle of 293.1º 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 #63166D is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 22 | 109 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.57 |
| HSL | 293.1º | 0.66% | 0.26% | - |
| HSV(B) | 293.1º | 0.8% | 0.43% | - |
| XYZ | 8.19 | 4.33 | 14.87 | - |
| YUV | 54.94 | 158.51 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 22 | 109 | 0.09 | 0.80 | 0 | 0.57 | 293.1 | 0.66 | 0.26 |
| Hex | 63 | 16 | 6D | 9 | 50 | 0 | 39 | 125 | 42 | 1A |
| Octal | 143 | 26 | 155 | 11 | 120 | 0 | 71 | 445 | 102 | 32 |
| Binary | 1100011 | 10110 | 1101101 | 1001 | 1010000 | 0 | 111001 | 100100101 | 1000010 | 11010 |
Color Harmonies of #63166D
Complementary color
Monochromatic Colors of #63166D
Black with #63166D
Text Example
Text Example
White with #63166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63166D; }
p { color: rgb(99,22,109); }
H1.HeaderClassName
{
color: #63166D;
}
.AnyTagClassName
{
color: #63166D;
}
</style>
background-color css
<style>
a { background-color: #63166D; }
a { background-color: rgb(99,22,109); }
div.DivClassName
{
background-color: #63166D;
}
.BgClassName
{
background-color: #63166D;
}
</style>
border-color css
<style>
span { border-color: #63166D; }
span { border-color: rgb(99,22,109); }
td.TdClassName
{
border-color: #63166D;
}
.TagClassName
{
border-color: #63166D;
}
</style>