Shades of Seance #661D83
Tints of Seance #661D83
RGB
CMYK
RGB Variations
Color information
#661D83 (or 0x661D83) is known color: Seance. HEX triplet: 66, 1D and 83. RGB value is (102,29,131). Sum of RGB (Red+Green+Blue) = 102+29+131=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 29 (11.72% from 255 or 11.07% from 262); Blue value is 131 (51.56% from 255 or 50% from 262); Max value from RGB is 131 - color contains mainly: blue. Hex color #661D83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661D83 is #99E27C. Grayscale: #3E3E3E. Windows color (decimal): -10084989 or 8592742. OLE color: 8592742.
HSL color Cylindrical-coordinate representation of color #661D83: hue angle of 282.94º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #661D83 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 29 | 131 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.49 |
| HSL | 282.94º | 0.64% | 0.31% | - |
| HSV(B) | 282.94º | 0.78% | 0.51% | - |
| XYZ | 10.02 | 5.34 | 21.98 | - |
| YUV | 62.46 | 166.68 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 29 | 131 | 0.22 | 0.78 | 0 | 0.49 | 282.94 | 0.64 | 0.31 |
| Hex | 66 | 1D | 83 | 16 | 4E | 0 | 31 | 11B | 40 | 1F |
| Octal | 146 | 35 | 203 | 26 | 116 | 0 | 61 | 433 | 100 | 37 |
| Binary | 1100110 | 11101 | 10000011 | 10110 | 1001110 | 0 | 110001 | 100011011 | 1000000 | 11111 |
Color Harmonies of #661D83
Complementary color
Monochromatic Colors of #661D83
Black with #661D83
Text Example
Text Example
White with #661D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661D83; }
p { color: rgb(102,29,131); }
H1.HeaderClassName
{
color: #661D83;
}
.AnyTagClassName
{
color: #661D83;
}
</style>
background-color css
<style>
a { background-color: #661D83; }
a { background-color: rgb(102,29,131); }
div.DivClassName
{
background-color: #661D83;
}
.BgClassName
{
background-color: #661D83;
}
</style>
border-color css
<style>
span { border-color: #661D83; }
span { border-color: rgb(102,29,131); }
td.TdClassName
{
border-color: #661D83;
}
.TagClassName
{
border-color: #661D83;
}
</style>