Shades of Seance #661981
Tints of Seance #661981
RGB
CMYK
RGB Variations
Color information
#661981 (or 0x661981) is known color: Seance. HEX triplet: 66, 19 and 81. RGB value is (102,25,129). Sum of RGB (Red+Green+Blue) = 102+25+129=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 129 (50.78% from 255 or 50.39% from 256); Max value from RGB is 129 - color contains mainly: blue. Hex color #661981 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661981 is #99E67E. Grayscale: #3B3B3B. Windows color (decimal): -10086015 or 8460646. OLE color: 8460646.
HSL color Cylindrical-coordinate representation of color #661981: hue angle of 284.42º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #661981 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 25 | 129 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.49 |
| HSL | 284.42º | 0.68% | 0.3% | - |
| HSV(B) | 284.42º | 0.81% | 0.51% | - |
| XYZ | 9.79 | 5.11 | 21.24 | - |
| YUV | 59.88 | 167.01 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 129 | 0.21 | 0.81 | 0 | 0.49 | 284.42 | 0.68 | 0.3 |
| Hex | 66 | 19 | 81 | 15 | 51 | 0 | 31 | 11C | 44 | 1E |
| Octal | 146 | 31 | 201 | 25 | 121 | 0 | 61 | 434 | 104 | 36 |
| Binary | 1100110 | 11001 | 10000001 | 10101 | 1010001 | 0 | 110001 | 100011100 | 1000100 | 11110 |
Color Harmonies of #661981
Complementary color
Monochromatic Colors of #661981
Black with #661981
Text Example
Text Example
White with #661981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661981; }
p { color: rgb(102,25,129); }
H1.HeaderClassName
{
color: #661981;
}
.AnyTagClassName
{
color: #661981;
}
</style>
background-color css
<style>
a { background-color: #661981; }
a { background-color: rgb(102,25,129); }
div.DivClassName
{
background-color: #661981;
}
.BgClassName
{
background-color: #661981;
}
</style>
border-color css
<style>
span { border-color: #661981; }
span { border-color: rgb(102,25,129); }
td.TdClassName
{
border-color: #661981;
}
.TagClassName
{
border-color: #661981;
}
</style>